[snip]
However, running the Tutorial scripts found in PHP and MySQL (SAMS), I get,
for example, the following error message for all 3 fields:
Notice: Undefined variable: tireqty in
c:\inetpub\wwwroot\php_tutorial1\processorder2.php on line 11
tires
Here is what is in line 11 is -  echo $tireqty. "tires<br>";
[/snip]

$tireqty is not defined.

[snip]
Any suggestions?
[/snip]


Send more of the code, cannot tell why it is not defined or if you used the
right variable

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to