RE: [PHP] Getting PHP to submit a form to google

2002-08-15 Thread David Piasecki
Use the google API... http://www.google.com/apis/ - David -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting PHP to submit a form to google Hi all I would like to be able to get the result

[PHP] Getting PHP to submit a form to google

2002-08-15 Thread Henry
Hi all I would like to be able to get the result of a search from google. Namely I would like to write a PHP script that will generate and submit a form (internally i.e. on the server) using the GET method to http://www.google.com/search setting the field "q" to the search words. It should then p