auto update using php.. how??

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
fird01
Forum Newbie
Posts: 19
Joined: Mon Apr 07, 2008 11:04 pm

auto update using php.. how??

Post by fird01 »

is it possible to make a php code to auto download file and replace the file in the server so that it can remotely update the file by itself.. everytime a page load...???
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: auto update using php.. how??

Post by andym01480 »

file_get_contents() is a good function as are fopen(),fwrite() and fclose(). Have a look at the manual http://www.php.net, have a go and post some code if you have problems!
Post Reply