You can use fsockopen() to connect to the target server and you can do a HEAD request.
That will return the status of the request you made. If the URL is valid it will return 200, if it is invalid, you will a different value like 404, 503 etc.
A forum, a FAQ, what else do you need?