BhavanaShirude Posted October 4, 2014 Share Posted October 4, 2014 Please tell me how can i do it ?? 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. 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 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
Archived
This topic is now archived and is closed to further replies.