auto update using php.. how??
Moderator: General Moderators
auto update using php.. how??
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...???
- andym01480
- Forum Contributor
- Posts: 390
- Joined: Wed Apr 19, 2006 5:01 pm
Re: auto update using php.. how??
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!