Thread: Fucking PHP
View Single Post
Old 2005-11-30, 09:39 AM   #2
rich06
Internet! Is that thing still around?
 
Join Date: Oct 2004
Location: French Riviera
Posts: 7
Send a message via ICQ to rich06
i'd guess that it's because on your new host register_globals is off. Does your code rely on register_globals being on?

run phpinfo() to see if it is set to off or on.

what does var_dump($_POST) show when you put it on the top of your script that processes the form data?

hth
rich
__________________
ICQ# 6820996
rich06 is offline   Reply With Quote