Hi.
I was wondering, is there any way for php to automatically check if links are valid.
For example, lets say I have 10 links and I want a cronjob to check if they are valid or not, and if they are invalid I would throw a query statement to the database.
Is there any way to do this?