frizzo Posted January 27, 2008 Share Posted January 27, 2008 I am using the $_POST['values'] and $_GET['values'] to pass hidden text field variables from page to page. I can't figure out how to pass and return those values to a redirect page after the form posts to a database. Would I need to modify files inside the software that inserts the values into the database, because it is the software itself that handles the redirect. I am not sure this can be done through PHP, but I want to make sure. Any help is appreciated.... Quote Link to comment https://forums.phpfreaks.com/topic/88108-returning-form-values/ Share on other sites More sharing options...
revraz Posted January 27, 2008 Share Posted January 27, 2008 Sounds like you should be using sessions instead. Quote Link to comment https://forums.phpfreaks.com/topic/88108-returning-form-values/#findComment-450787 Share on other sites More sharing options...
frizzo Posted January 27, 2008 Author Share Posted January 27, 2008 What I figured... I'll leave it open for a bit in case anyone else has any ideas... Quote Link to comment https://forums.phpfreaks.com/topic/88108-returning-form-values/#findComment-450788 Share on other sites More sharing options...
frizzo Posted January 28, 2008 Author Share Posted January 28, 2008 Is it possible to submit the same form to two different locations using PHP? That way I could still send data to the database while retaining the hidden values on the redirect page. Quote Link to comment https://forums.phpfreaks.com/topic/88108-returning-form-values/#findComment-450848 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.