Re: [PHP] parse form input

2001-01-30 Thread David Robley
On Wed, 31 Jan 2001 01:55, Robert wrote: > > variables passed from form = > part=68030&quan=500&I=x&part=68040&quan=350&I=x&sid=6754g543a76 I am > sending several part numbers from the form, but when parsed it only gives > me the last one How do I get it to return all of the parts? I'm a PHP > ne

[PHP] parse form input

2001-01-30 Thread Robert
variables passed from form = part=68030&quan=500&I=x&part=68040&quan=350&I=x&sid=6754g543a76 I am sending several part numbers from the form, but when parsed it only gives me the last one How do I get it to return all of the parts? I'm a PHP newbie, only been programming for 2 weeks...