electricshoe Posted May 9, 2007 Share Posted May 9, 2007 Okay, so I have some forms that have different parts, and it decides which parts to display through the url ie form.php?showpart=1, showpart=2, etc. If I want to show another part and change the url all the form info goes away. I'm a self taught PHP guy, I'm decent but not amazing. My current solution is to use AJAX to write/modify a cookie everytime the user writes something and bring that in when they change the page. Is there an easier way? Quote Link to comment https://forums.phpfreaks.com/topic/50600-persistent-form-info/ Share on other sites More sharing options...
hackerkts Posted May 9, 2007 Share Posted May 9, 2007 Try $_GET['showpart']. Quote Link to comment https://forums.phpfreaks.com/topic/50600-persistent-form-info/#findComment-248731 Share on other sites More sharing options...
jitesh Posted May 9, 2007 Share Posted May 9, 2007 Solutions (1) Frames // Should know how to handle multiple frames from parent // Should know how to handle one frame from another. (2) Ajax Quote Link to comment https://forums.phpfreaks.com/topic/50600-persistent-form-info/#findComment-248732 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.