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
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 ";
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
3 matches
Mail list logo