shan_cool Posted March 27, 2006 Share Posted March 27, 2006 Hi All, I hav two php pages. i hav set of form objects in first page. i need to pass all those values to the second page and then on cancellation on second page, i need to return the same values to the first page.I implemented it using Post method, but in second page , the page values r not being passed.. I am using "href" to connect second page to the first page... gimme a suggestionThx in advance,Shan.... Link to comment https://forums.phpfreaks.com/topic/5921-passing-values-between-forms/ Share on other sites More sharing options...
shocker-z Posted March 27, 2006 Share Posted March 27, 2006 I'm confused.. any working example or soem code to look at? Link to comment https://forums.phpfreaks.com/topic/5921-passing-values-between-forms/#findComment-21160 Share on other sites More sharing options...
redbullmarky Posted March 27, 2006 Share Posted March 27, 2006 set the 'action' of your form on your first page to the filename of the second page. Link to comment https://forums.phpfreaks.com/topic/5921-passing-values-between-forms/#findComment-21161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.