SyntaxFix
Write A Post
Hire A Developer
Questions
to check if url is online or offline ---
function get_http_response_code($theURL) { $headers = @get_headers($theURL); return substr($headers[0], 9, 3); }