Funky Monk Posted August 27, 2005 Share Posted August 27, 2005 I have an form that spreads over 3 pages. I want to pass a field (the article title) from page 1 to page 2 so that the user can see on page 2 the article that they are adding to. I want this to then update the database so all the details from page 2 are added including the article number. How do I do this? Quote Link to comment https://forums.phpfreaks.com/topic/2468-passing-form-fields-from-one-page-to-next/ Share on other sites More sharing options...
shussain Posted October 15, 2005 Share Posted October 15, 2005 I have an form that spreads over 3 pages. I want to pass a field (the article title) from page 1 to page 2 so that the user can see on page 2 the article that they are adding to. I want this to then update the database so all the details from page 2 are added including the article number. How do I do this? 271908[/snapback] Quote Link to comment https://forums.phpfreaks.com/topic/2468-passing-form-fields-from-one-page-to-next/#findComment-8848 Share on other sites More sharing options...
wilmec Posted October 19, 2005 Share Posted October 19, 2005 The details are passed from page 1 to anyway are they not if you have some thing like action=page2.php then they will be passed as strings ie a form field named fred becomes $fred ect so to send it on to the next page send $fred as a hiden field with the value of $fred Quote Link to comment https://forums.phpfreaks.com/topic/2468-passing-form-fields-from-one-page-to-next/#findComment-8960 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.