print "<td> Level: <select name=\"level\" value=\"$level\"><option value=\"admin\">Admin</option>\n";
print "<option value=\"author\">Author</option><option value=\"contributor\">Contributor</option></select></td></tr>\n";
As you can see, the value taken from the database is $level.
Many thanks,
Peter Gumbrell peter@orillia.net
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php