/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function url_exists($url) { if ($curlInfo != 200 && $curlInfo != 302 && $curlInfo != 304) { return false; }else{ return true ; } }