BhavanaShirude Posted October 4, 2014 Share Posted October 4, 2014 Please tell me how can i do it ?? Quote Link to comment https://forums.phpfreaks.com/topic/291430-how-to-pass-data-between-3-pages-without-using-submit-button/ Share on other sites More sharing options...
Frank_b Posted October 4, 2014 Share Posted October 4, 2014 With sessions. Quote Link to comment https://forums.phpfreaks.com/topic/291430-how-to-pass-data-between-3-pages-without-using-submit-button/#findComment-1492686 Share on other sites More sharing options...
jazzman1 Posted October 4, 2014 Share Posted October 4, 2014 There are 4 possible ways in php, that I know to achieve this. 1.Using a standart html form with POST / GET / PUT / DELETE methods ( obviously you don't like it) 2.Using sessions / cookies as Frank_b already mentioned. 3.Using an url between pages. 4. Using stdin / stdout I/O redirection Quote Link to comment https://forums.phpfreaks.com/topic/291430-how-to-pass-data-between-3-pages-without-using-submit-button/#findComment-1492688 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.