jirach_gag Posted January 9, 2008 Share Posted January 9, 2008 Hello Here is the situation. I study in some university. Every class have a class website. The lecture note and some material are on the web site. But the website somehow down every weekend. I want to create some script that automatically go to the website, see is it is updated ? and if it is update download it and put it on my own web site. Is this possible ??? Link to comment https://forums.phpfreaks.com/topic/85213-automatic-mirror-a-web-site/ Share on other sites More sharing options...
mrdamien Posted January 9, 2008 Share Posted January 9, 2008 Its possible but also pretty hard to implement. Link to comment https://forums.phpfreaks.com/topic/85213-automatic-mirror-a-web-site/#findComment-434765 Share on other sites More sharing options...
chronister Posted January 9, 2008 Share Posted January 9, 2008 You would have to use an fopen type function and parse the file for the data you want and then do what you want with it e.g. insert into db, write to file etc... Possible... yes, most certainly Difficult ... you bet your sweet ass Link to comment https://forums.phpfreaks.com/topic/85213-automatic-mirror-a-web-site/#findComment-434773 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.