CTED]
> 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
lt;[EMAIL PROTECTED]>
Sent: Tuesday, March 05, 2002 9:18 AM
Subject: Re: [PHP] FORM RELATED QUESTION - I
>
> On Tuesday 05 March 2002 10:39, karthikeyan wrote:
>
> > how do i accomplish the same in php.
> >
> > I have one solution using GET method but I would really l
On Tuesday 05 March 2002 10:39, karthikeyan wrote:
> how do i accomplish the same in php.
>
> I have one solution using GET method but I would really like to have it
> in POST because I am passing lots of values to this php file.
>
> ==
> $ar=explode('&',$QUERY_STRING);
>
>
3 matches
Mail list logo