View Single Post
Old 06-18-2002, 04:17 PM   #4 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
http://mattmcinvale.com/test.php

here is the exact file i uploaded.

<?

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>
";


?>

it seems to be working fine on my machine.. what version of PHP are you running?
__________________


Urban Clothing
Admin is offline   Reply With Quote