grungefreak Posted June 19, 2009 Share Posted June 19, 2009 I have a form that "posts" to a processForm.php file. Is there any way I can get this processForm.php file to send the user back to the form page where a "Form Successfully Submitted" message appears? I know I can do this easily by processing the form on the same page but this isn't what I want. GF Link to comment https://forums.phpfreaks.com/topic/162903-form-submission-success-message/ Share on other sites More sharing options...
trq Posted June 19, 2009 Share Posted June 19, 2009 Save your message into the $_SESSION array then redirect to where you want and display it. Link to comment https://forums.phpfreaks.com/topic/162903-form-submission-success-message/#findComment-859538 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.