Hey again,
I had a previous post about making PHP "browse the web" for you. I don't think I need to have it do that, but I do need to have this done (it would get the same thing done):
Is there any way that I can have a form that posts information on one page, but goes to a different page instead of the one that's being posted on? If so, how?
Also, is there any way for me to have PHP get the information that's being displayed on the page that's being posted on? I need to get the information that's returned after it's posted, but I can't go to the actual page.
I'll give you an example to clear things up:
Lets say we have index.php, extract.php, form.html, and results.html. Index would be my PHP page that posts information to form. Then extract would be the page that index goes to after the form has been submitted. Extract would have the information that form returned in the results page.
Make sense? Can it work?
Thanks..