Auto 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
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Auto Updating

Post by ol4pr0 »

Ok..

Im trying to figure out if i can have a website check for updates auto preferred.

meaning checking a remote site and see if there are any files available for updates, download them to the local site server and overwrite the old files..

Is this possible..

Anybody who can point me in the right direction on how to do this.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

What is going to trigger whether the remote file is updated, or whether there are updates available?
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

Triggers..

i guess a click on some link :)

or either by loading up the index page... which could be better. disabling the site completely untill update is done.
Post Reply