Archive for December, 2009

[PHP] – Check if a URL is valid/exists

Hello folks. The following is a PHP function that will check a given URL to see if it’s valid, and check to see if it is responding (ie: returning Status: 200 OK).

Read More →