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

2002-07-10 Thread Eugene.McQuade
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 &

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

2002-07-10 Thread Jay Blanchard
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

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

2002-07-10 Thread Eugene.McQuade
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

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

2002-07-10 Thread Jay Blanchard
[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. "