Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created March 29, 2011 12:06
Show Gist options
  • Save ravikiranj/892237 to your computer and use it in GitHub Desktop.
Save ravikiranj/892237 to your computer and use it in GitHub Desktop.
/* If there is a keyword to search for, launch a search query to php.net */
if(q) {
window.open('http://php.net/manual-lookup.php?pattern='+encodeURIComponent(q));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment