Maybe you would have to enable globals in php.ini But I would really recomend you not to do it. Instead, you should use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable'] in your scripts!
I hope this solves your problem. :) > Could this be a PHP setting I need to modify? > > When I fill out a form I built on one of my servers it doesn't see the > submitted data. When I use the same form on another server it works > fine. Has anyone seen this type of behavior before? thanks for the > help. -- Jorge Alberto Reteguín Pimentel [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php