>
> 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
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?
--- On