I need a way to take the entire content of a certain webpage and save it every 30 minutes. So I guess the best way to do it would be by running a cronjob every 30 minutes that uses file_get_contents() and writes the contents to a txt file right?
Also is there a way to save the source code as well?





Reply With Quote

