Re: [PHP-WIN] drop down menu to a table

2009-03-03 Thread Dan Shirah
> > How do you specify the value of the option? > Or if you are working with values from a database you could do something simple like: --SELECT--\n"; foreach ($name as $n) { if ($n['full_name'] == $_POST['name']) echo "{$n['full_name']}\n"; else e

RE: [PHP-WIN] drop down menu to a table

2009-03-03 Thread Marien den Besten
This will be you answer I guess bar -Original Message- From: sam rumaizan [mailto:samc...@yahoo.com] Sent: dinsdag 3 maart 2009 3:53 To: php-windows@lists.php.net; pte...@sensite.net Subject: Re: [PHP-WIN] drop down menu to a table How do you specify the value of the option

Re: [PHP-WIN] drop down menu to a table

2009-03-02 Thread sam rumaizan
How do you specify the value of the option? --- On Mon, 3/2/09, pte...@sensite.net wrote: From: 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

[PHP-WIN] drop down menu to a table

2009-03-02 Thread sam rumaizan
How do I insert data from a drop down menu values (select box) to a table