shaymiller
Regular Member
- Dec 3, 2016
- 456
- 45
I scrape mp3 links from another website and import into MYSQL.
some links are no longer valid (not found) are also part of my data. How can I run a php script to check links in my database to see which is invalid? Whenever link is wrong, it still goes to that website main so I can't rely on 404 errors, because 404 error page is their main page.
any script out there I could use?
some links are no longer valid (not found) are also part of my data. How can I run a php script to check links in my database to see which is invalid? Whenever link is wrong, it still goes to that website main so I can't rely on 404 errors, because 404 error page is their main page.
any script out there I could use?