May 5, 2006
PHP Google Search
By: DavidBoggus on May 5, 2006
Screen Shot of Google search By David Boggus
I found a neat little php script that uses the Google Web API to do searches. Basically it allows you to add a search engine to your own site. It is located at jeroenwijering.com. The Google API requires that you get a (free) Google developer key by choosing create a google account at www.google.com/apis. After creating an account, Google will send you an e-mail containing your developer key. Enter the key and your web address into the right places and upload.
I have altered the script to add the Google spelling suggestion. I also made the formatting look a little nicer. You can download my edited PHP Google Search here (I no longer offer this for download).