| 
 Posted by gregsands on 10/08/05 21:25 
Help! ive been happily coding away for hours only to get a 'Notice: 
Undefined variable' error. I switched off the error reporting in 
php.ini then created a helloworld.php file to check i wasnt going 
crazy, but i am! 
 
my helloworld.php file looks like this : 
 
<?php 
echo ("Hello $word !"); 
?> 
 
when i enter "http://localhost/helloworld.php?word=world" in the 
address bar i still only get "Hello !" !!! 
 
what in the world ?
 
[Back to original message] 
 |