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

2002-08-16 Thread lallous
by simple ways, you can do that: $query = urlencode(your query string) $result_string = join('', file(http://www.google.com/search?q=$query)); Elias Henry [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all I would like to be able to get the result of a

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

2002-08-16 Thread Michael Geier
; Then simply parse through $result; -Original Message- From: lallous [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 4:24 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Getting PHP to submit a form to google by simple ways, you can do that: $query = urlencode