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!
Load a webpage in PHP
Moderator: General Moderators
Re: Load a webpage in PHP
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.