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
|