Jump to content

test my advanced pagerank site


Jnerocorp

Recommended Posts

what did you use to filter your thing? alot better than last time i scanned i t had 77 failures now your down to 0 failures and 77 warnings. :confused:

 

anyhow do you have a function to make sure it is a valid url like so?

 

<?php
function isValidURL($url)
{
return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url);
}  
?>

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.