Hi,
I have a php script that is a web form. (page1) When it's filled out, or onSubmit - it calls another php script. (page2)
The called script will check to see if data exists in a MySQL database. If it doesn't then it does an insert - if certain conditions exist - I would like page2 to call back to page1.
Is it possible for a php script to literally call another script?
This is not an include or anything. I want the one script to 'die' and call the other script to run?
Thanks,
Vmusic