I am running PHP, Win 2K (NT 5.0 build 2195), API Server CGI, in IIS 5. Just trying to get the basics to work prior to working with Mysql. Running <? phpinfo() ?> I get the appropriate results.
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>"; Any suggestions? Gene