I am basically looking for a function to do this:
PHP Code:
$result = QueryWebsite($WebsiteURL);
if ($result) { return true; } else {return false;}
I am a web developer and this is going to be part of a web design manager so i can see if any sites i maintain have been inactive.
Thanks in advance


