Skip to content

Instantly share code, notes, and snippets.

@Ulv
Created May 30, 2014 12:10
Show Gist options
  • Select an option

  • Save Ulv/e2bef4d1c83b38099153 to your computer and use it in GitHub Desktop.

Select an option

Save Ulv/e2bef4d1c83b38099153 to your computer and use it in GitHub Desktop.
check is link
protected function isExternalLink($link)
{
return preg_match(
"%^((https?://)|(www\.))([a-z0-9-].?)+(:[0-9]+)?(/.*)?$%i",
$link) != false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment