How do I check if a URL exists (not 404) in PHP?
Other way to check if a URL is valid or not can be:
0) { return true; } else { return false; } } ?>