I am pretty new to PHP and have been trying to follow a tutorial which uses PHP to pull data out of a simple MySQL db.
When I execute this script I get
"Notice: Undefined variable: PHP_SELF in c:\program files\apache group\apache\htdocs\dbcon4.php on line 19
Bob Smith"
I know I can simply change the following in my phph.ini file
error_reporting = E_ALL & ~E_NOTICE
Which means that my table data isdisplayed as selfreferncing links.
Dunno if it is wise to turn off the error reporting so I was wondering if can somehow define variables manually ?
Appreciate any help from the old heads out their.
Regards
Paul