Fanta Posted October 31, 2009 Share Posted October 31, 2009 I am using php5 , I try to pass data from one form to other form using post method. register_globals set Off in php.ini , this is the default setting.Shall I change the setting or it should work while register_globals = Off. Quote Link to comment Share on other sites More sharing options...
trq Posted November 1, 2009 Share Posted November 1, 2009 Passing variables works without register_globals being on. The variables your after can be found within the $_POST array. Quote 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.