Forum Moderators: coopster
How can I use PHP to detect if a page is still in existence or not.
Say I have www.[anysite].com/page1.htm and www.[anothersite].com/page1.htm and www.[yetanothersite].com/page1.htm
How can I use PHP to detect if they exist?
Have a read of this thread: [webmasterworld.com...]
You can modify that script to check the http responses for your urls.
Cheers