Updating...

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
Rony
Forum Newbie
Posts: 3
Joined: Tue Jan 21, 2003 9:16 pm
Location: Mex

Updating...

Post by Rony »

How can I update a web page using php?
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

its pretty much like the IBM commercials on TV.. you basically just take out your server and sprinkle some magic e-business dust on em and they update themselves.

Its pretty amazing technology
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

rofl....
but serious: the client has to ask for a new version of the document itself and you wouldn't want any server to be able to force your browser requesting a new document ;)
take a look at http://www.pageresource.com/html/metref.htm
Post Reply