Load a webpage in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
katkat
Forum Newbie
Posts: 23
Joined: Tue Mar 03, 2009 9:50 pm

Load a webpage in PHP

Post 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!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Load a webpage in PHP

Post 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.
Post Reply