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

[PHP-WIN] drop down menu

2001-07-06 Thread Pete Kuczynski
The one line statment below, returns the contents of a cell from a mysql database. Would anyone know how I could change it to a drop down menu. Basically, I wan't to be able to query another table, and change devides via the drop down menu. Pete echo "Device: "; -- __