RE: [PHP] Can't get the example to work

2002-07-10 Thread Eugene.McQuade
quot;We do not know how this customer found us."; break; } ?> -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 3:22 PM To: [EMAIL PROTECTED]; 'Php-General@Lists. Php. Net (E-mail)' Subject: RE: [PHP] Can&#x

RE: [PHP] Can't get the example to work

2002-07-10 Thread Eugene.McQuade
the following is the script requested: Bob's Auto Parts - Order Results Bob's Auto Parts Order Results = 10 && $tyreqty <= 49 ) $discount = 5; elseif( $tyreqty >= 50 && $tyreqty <= 99 ) $discount = 10; elseif( $tyreqty > 100 ) $discount = 15; echo "Order processed at ";

[PHP] Can't get the example to work

2002-07-10 Thread Eugene.McQuade
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 I get the appropriate results. However, running the Tutorial scripts found in PHP and MySQL (SAMS), I get, for example, the following error message