Return to Snippet

Revision: 15995
at August 4, 2009 18:29 by mocha0range


Updated Code
function wikiLink($name){
	return "http://www.google.com/search?hl=en&q=site:wikipedia.org%20".$name."&btnI=I'm+Feeling+Lucky&aq=f&oq=&aqi=";
}

Revision: 15994
at July 22, 2009 13:21 by mocha0range


Initial Code
function wikiLink($name){
	return "http://www.google.com/search?hl=en&q=site:wikipedia.org%20$name&btnI=I'm+Feeling+Lucky&aq=f&oq=&aqi=";
}

Initial URL


Initial Description
returns URL that's an I'm feeling lucky search on wikipedia. Handy when paired with a database of names of things.

Initial Title
I'm feeling Wikipedia

Initial Tags
google

Initial Language
PHP