Here's what I'm trying to do:
IF(link dead) { QUERY TO DELETE ENTRY }
ELSE { LEAVE }
I don't need help with the query or anything.
It is the link dead bit.
... Not a 404 dead but if it gives you a login screen it deletes from the database.
Seems like it should be easy to do?