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. 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. Link to comment https://forums.phpfreaks.com/topic/41983-_post/#findComment-203557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.