I have a webpage with a form that collects an ID number. Within the page I have validation with PHP to make sure the number entered is in the right format.
What I need to do is, if validation is successful, pass that id number to a new php page that will perform a lookup.
My problem is that I'm not sure how to direct the validation php script to open the new page.
Does that make sense?
Thanks.