How do you specify the value of the option?
--- On Mon, 3/2/09, pte...@sensite.net <pte...@sensite.net> wrote: From: pte...@sensite.net <pte...@sensite.net> Subject: Re: [PHP-WIN] drop down menu to a table To: samc...@yahoo.com, php-windows@lists.php.net 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 <samc...@yahoo.com> Date: Mon, 2 Mar 2009 17:27:32 To: <php-windows@lists.php.net> 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