quot; :
echo "Customer referred by TV advert.";
break;
case "c" :
echo "Customer referred by phone directory.";
break;
case "c" :
echo "Customer referred by word of mouth.";
break;
default :
echo &
e "c" :
echo "Customer referred by phone directory.";
break;
case "c" :
echo "Customer referred by word of mouth.";
break;
default :
echo "We do not know how this customer found us.";
break;
}
?>
-O
erred by phone directory.";
break;
case "c" :
echo "Customer referred by word of mouth.";
break;
default :
echo "We do not know how this customer found us.";
break;
}
?>
-Original Message-
From: Jay Blancha
[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. "
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
5 matches
Mail list logo