Re: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Daniel Brown
I'm guessing that the OP stated he needs to use keys I was actually just responding with what I read from your email, because the original post didn't come through. In which case, pay no attention to the man behind the curtain! On 4/27/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On

Re: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Richard Lynch
On Fri, April 27, 2007 2:30 pm, Daniel Brown wrote: > For that matter, you don't even need the keys If you need the keys, you need the keys... :-) There have been cases where I wanted the key and the value transmitted as a pair. -- Some people have a "gift" link here. Know what I want?

Re: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Daniel Brown
For that matter, you don't even need the keys \n"; } exit; } ?> One Two Three Four Five Six Seven Eight Nine Ten On 4/27/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Fri, April 27, 2007 3:02 am, [EMAIL PROTECTED] wrote: > Need to POST multiple values with single name. > > E

Re: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Richard Lynch
On Fri, April 27, 2007 3:02 am, [EMAIL PROTECTED] wrote: > Need to POST multiple values with single name. > > Ex. > -55751342416306771991025074398 > Content-Disposition: form-data; name="licenses" > > lic1 > -55751342416306771991025074398 > Co

Re: FW: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Zoltán Németh
> > Sent: Friday, April 27, 2007 4:02 AM > > To: php-general@lists.php.net > > Subject: [PHP] Need to POST multiple values with single name > > > > Need to POST multiple values with single name. > > > > Ex. > > ---

FW: [PHP] Need to POST multiple values with single name

2007-04-27 Thread Buesching, Logan J
, 2007 4:02 AM > To: php-general@lists.php.net > Subject: [PHP] Need to POST multiple values with single name > > Need to POST multiple values with single name. > > Ex. > -55751342416306771991025074398 > Content-Dispositio

[PHP] Need to POST multiple values with single name

2007-04-27 Thread Maxim . Sedelnikov
Need to POST multiple values with single name. Ex. -55751342416306771991025074398 Content-Disposition: form-data; name="licenses" lic1 -55751342416306771991025074398 Content-Disposition: form-data; name="licenses" lic2 Function http_post_