[PHP] Accessing form variables

2002-03-20 Thread Joshua E Minnie
I have a form with a menu which I need multiple select on. How does PHP handle this? I have to use $HTTP_POST_VARS[somevariable] to access somevariable from the form. -- Joshua E Minnie CIO [EMAIL PROTECTED] Don't work for recognition, but always do work worthy of recognition. -- PHP

Re: [PHP] Accessing form variables

2002-03-20 Thread Miguel Cruz
On Wed, 20 Mar 2002, Joshua E Minnie wrote: I have a form with a menu which I need multiple select on. How does PHP handle this? I have to use $HTTP_POST_VARS[somevariable] to access somevariable from the form. For a multiple select, stick [] after the HTML name and you'll get it back as