I have a MySQL database with a list of URLs that I want to check from time to time for broken links.
www.url1.com/product1/site.html
www.url2.com/product2/site.html
www.url3.com/product3/site.html
There seems to be no MySQL command like get_content etc.
What I want is a list of all broken links (e.g. returns 404/503) to delete them from the DB. Is there any way to do that at all from the DB directly?