How do you specify the value of the option?
--- On Mon, 3/2/09, [email protected] <[email protected]> wrote: From: [email protected] <[email protected]> Subject: Re: [PHP-WIN] drop down menu to a table To: [email protected], [email protected] Date: Monday, March 2, 2009, 6:38 PM Include the drop down in a form with method=post and action=something.php In something.php, write $_post['drop down name'] to the table. Sent from my Verizon Wireless BlackBerry -----Original Message----- From: sam rumaizan <[email protected]> Date: Mon, 2 Mar 2009 17:27:32 To: <[email protected]> Subject: [PHP-WIN] drop down menu to a table How do I insert data from a drop down menu values (select box) to a table
