|
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.
|