Re: [PHP] Parse POST-Data myself

2001-11-16 Thread jimmy elab
Jimmy Elab wrote: > When your not positioned straigth at your keyboard a ';' may occasionally turn into an 'l'... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] Parse POST-Data myself

2001-11-16 Thread jimmy elab
Andrew Forgue wrote: > > By putting brackets after the variable name [] in a form element > > > > BLAAACH!!! Please add an index variable, as fields that you don't need wil NOT be posted, so when you have several fields for one single dataset, you might end up with the wrong set of indexes.

RE: [PHP] Parse POST-Data myself

2001-11-16 Thread Andrew Forgue
0]..[2]: being each value in the form > > > > > Matthew Luchak > Webmaster > Kaydara Inc. > [EMAIL PROTECTED] > > > -Original Message- > From: Stefan [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 10:03 AM > To: PHP > Subje

RE: [PHP] Parse POST-Data myself

2001-11-16 Thread Matthew Luchak
s that the second field overwrote the first. How do you get an array? Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Stefan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 10:03 AM To: PHP Subject: [PHP] Parse

[PHP] Parse POST-Data myself

2001-11-16 Thread Stefan
Hi I have following problem: I get a form with some fields having the same name. PHP solves this problem by appending [] to the form-field-names which causes the creation of arrays. My problem now is, that I have to pass those variables further to another script (not PHP) in exactly that order