Show Your Support
if($fs = @fsockopen('site.com',80)) { echo "Connection established."; } else { echo "Could not connect."; }