SyntaxFix
Write A Post
Hire A Developer
Questions
kind of an old thread, but.. i do this:
$file = 'http://www.google.com'; $file_headers = @get_headers($file); if ($file_headers) { $exists = true; } else { $exists = false; }