Automated URL checking from a MySQL table
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-04-27T05:49:43Z
Indexed on
2010/04/27
5:53 UTC
Read the original article
Hit count: 251
Okay, I have a list of URLs in a MySQL table. I want the script to automatically check each link in the table for 404, and afterward I want it to store whether the URL was 404'd or not, as well as store a time for last checked.
Is this even possible to do automatically, even if no one runs the script? ie, no one visits the page for a few days, but even with no one visiting the page, it automatically ran the test.
If its possible, how could I go about making a button to do this?
© Stack Overflow or respective owner