I'm trying to create a form that posts to a .php page, then passess the values on to another .php page for further validation, if need be. I have the .html page created with the appropriate text fields (name, email, etc.) and it points to the first .php page, which is setup to verify that the required fields are filled. How do I pass this info on to the second .php page, which I'm setting up to validate other things with reg. expressions?
TIA>
TIA>