Page 1 of 1

Load a webpage in PHP

Posted: Sat Mar 07, 2009 12:05 pm
by katkat
How do I load a webpage in php?
I perform a series of tasks then at the end, want to go back to my index.html page.
What is the code to load that page?

thanks!

Re: Load a webpage in PHP

Posted: Sat Mar 07, 2009 12:22 pm
by califdon
Since PHP is interpreted at the server, it cannot cause something to happen after the page is sent to the browser. Do that in Javascript.