Just a quick question.
I have a form that captures a bit of data, validates it and then posts to another page on the same site. I'm using header() to redirect if there are no errors, but obviously the data is not sent in the post.
Would I be correct to use a session to persist the data between the two pages?
Thanks guys.