View Single Post
  #2 (permalink)  
Old 06-24-2005, 06:31 AM
hail3 hail3 is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jun 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

I had a similar problem to urs. The message I was getting
Quote:
Notice: Undefined index:
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
Quote:
display_errors
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 .
Reply With Quote