Kano Posted March 9, 2007 Share Posted March 9, 2007 HI there, PHP bends the mind. I can't seem to be able to get $_POST variables and use them in another script, for example, the user fills in an order form and processes it, the same script runs again and if that form $_GET['orderform'] == 'yes' then include a file that builds a comfirmation page, on this page I wish to have the user either confim or cancel/edit. How can I get the script to build the form again for edit? thanks. Quote Link to comment https://forums.phpfreaks.com/topic/41983-_post/ Share on other sites More sharing options...
Kano Posted March 9, 2007 Author Share Posted March 9, 2007 oops, I think session_start() may help. Quote Link to comment https://forums.phpfreaks.com/topic/41983-_post/#findComment-203557 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.