[PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
The web page has a form with a following element in it: no preference Paris London Madrid The intention is to be able to pick multiple cities. However, when the request arrives on the server, the $_POST array includes just the one last pick, no matter how many options are highligted wh

Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
Jason Wong wrote: > > > > manual > PHP and HTML > do you feel good being a moron? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
Vadim Bendebury wrote: > Jason Wong wrote: > >> >> >>manual > PHP and HTML >> > > > do you feel good being a moron? Sorry, I did not mean to post this on the group, it was meant to be a private email. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
nk you for your willingness to help anyway. Jason Wong wrote: > On Sunday 21 September 2003 08:47, Vadim Bendebury wrote: > > >>>manual > PHP and HTML >> >>do you feel good being a moron? > > > Is that how you feel about people who help you? > &g

Re: [PHP] processing post requests

2003-09-21 Thread Vadim Bendebury
: On Sat, 20 Sep 2003 17:28:45 -0700 Vadim Bendebury <[EMAIL PROTECTED]> wrote: The web page has a form with a following element in it: no preference Paris London Madrid no preference Paris London Madrid The intention is to be able to pick multiple cities. However