How do you specify the value of the option? --- On Mon, 3/2/09, pterry@xxxxxxxxxxx <pterry@xxxxxxxxxxx> wrote: From: pterry@xxxxxxxxxxx <pterry@xxxxxxxxxxx> Subject: Re: drop down menu to a table To: samcalc@xxxxxxxxx, php-windows@xxxxxxxxxxxxx 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 <samcalc@xxxxxxxxx> Date: Mon, 2 Mar 2009 17:27:32 To: <php-windows@xxxxxxxxxxxxx> Subject: drop down menu to a table How do I insert data from a drop down menu values (select box) to a table