I was implementing a very simple table of links in a mySQL database with php and this idea came to my mind: to put a button "test" that runs a test in all links stored.
For example:
http://www.somebodysite.com/somesubdir/somefile.php?id=1
This is a very basic link, even so, a lot of errors might occurs:
- www.somebodysite is not available anymore, they didn't pay the bill
- somesubdir were deleted
- somefile.php were renamed
- id were removed from database
Many things can't be examined remotely, I guess, but others can. How far can I go? What link elements can I verify remotely?