I had a similar problem to urs. The message I was getting
was just a warning and wasnt effecting the usability of the script. Find the php.ini file (mine was in the apache folder) and change
setting to Off. This should stop the messages from being displayed. The
Quote:
|
Notice: Undefined variable:
|
message is related to Global Variables, see
http://http://au.php.net/register_globals .