I am working on a form site with a pretty traditional php form which emails the data to myself after it is entered then re-directs the user to a html page using the header function.
I was wondering if I could change the header function to redirect to a php page which would display the data that was entered in the form. Is this possible and how do you do it?