View Single Post
Old 06-18-2002, 04:03 PM   #3 (permalink)
rockyracoon
Registered User
 
Join Date: Jun 2002
Posts: 10
rockyracoon is on a distinguished road
Yes I am. I think its because the variables arent set with an href only a submit button. what is the best way to call using submit???

echo "
<form action=$PHP_SELF method=post>
<input type=text name=wholesale size=10 value=''>
<input type=submit name='addem' value='Add'>
";


if($addem)
{
echo "<option>$wholesale</option>";
}

echo "
</form>
";

/// hmmm that doesent work either.
rockyracoon is offline   Reply With Quote