I am wondering if PHP can do this job.
Scenario :
Let say I'm creating a website to contains 100 of links/URL that have been submitted by some users/surfers. I want the link/URL to be a clean link/URL which mean the link/URL is not a broken/dead link/URL that produce "Error 404" whan you opened it and the link/URL that not redirect to other website.
Is there any way in PHP to check the link/URL that redirect to other website?
Best Regards,