llewis Posted February 20, 2007 Share Posted February 20, 2007 I'm having a problem in checkout_shipping.php. It appears $HTTP_POST_VARS is empty. I'm very new to PHP. Is this a coding problem, hosting problem, or something else? I apologize if this has been asked and answered earlier. I searched, but couldn't find anything. Thanks. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2007 Share Posted February 21, 2007 you have to describe the problem you're having. And why do you expect the HTTP_POST_VARS to have some info? If you simply go to http://yoursite4321.com/checkout_shipping.php it will be empty. Quote Link to comment Share on other sites More sharing options...
djmonkey1 Posted February 22, 2007 Share Posted February 22, 2007 Maybe you have register_globals set to OFF and all of your variables are not being controlled properly? Also if your server has register_long_arrays set to OFF you have to use $_POST, not $HTTP_POST_VARS. Quote Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.