/ Published in: PHP
returns URL that's an I'm feeling lucky search on wikipedia. Handy when paired with a database of names of things.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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="; }