CG_dude Posted April 16, 2009 Share Posted April 16, 2009 Yo Freaks, quick question. I have a php site on a unix server. Needing to capture the entire web page exactly how it is and archive it on a daily basis. I'm thinking of installing wget. Question is, from the unix command line, or script, will wget capture a php page ? Basically I'm going to use wget on mysite.com output the capture to another directory and call it mysite(date). Then I will be able to access the archive wget page for viewing. I'm not familiar with wget, but it looks like the thing I need to archive. Any thoughts ? Link to comment https://forums.phpfreaks.com/topic/154294-quick-question-about-php-and-wget/ Share on other sites More sharing options...
keeB Posted April 16, 2009 Share Posted April 16, 2009 It will capture the HTML of the page. I have an idea: 1. wget the page 2. copy the resulting file to a computer with a window environment 3. open file in browser Did you get what you wanted? Link to comment https://forums.phpfreaks.com/topic/154294-quick-question-about-php-and-wget/#findComment-811187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.