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. Link to comment https://forums.phpfreaks.com/topic/179776-i-cant-pass-variables/ 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. Link to comment https://forums.phpfreaks.com/topic/179776-i-cant-pass-variables/#findComment-948513 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.