Append '[]' to the field name, e.g., 

order[] = 10
order[] = 20

Then process the submitted field as an array.

Kirk

> -----Original Message-----
> From: karthikeyan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 05, 2002 9:18 AM
> To: Jason Wong
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] FORM RELATED QUESTION - I
> 
> 
> Yes I did use $HTTP_POST_VARS  but it removes duplicate 
> values.  Say if
> there are two hidden variables
> 
> 1. order= 10
> 2. order= 20
> 
> I get order=20 the last one but i want both.  I need both.
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to