View Single Post
Old October 27th, 2007, 12:33 AM   #7 (permalink)
MarkRH
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,222 posts
Gave thanks: 18
Thanked 86 times
I am just guessing here but I suspect the problem might be associated with register_globals being off. If the script is trying to view the contents of the form variables using just something like $username and $password, might try $_POST['username'] and $_POST['password'] instead. Be sure to use whatever the form is using.
MarkRH is offline   Reply With Quote