How can I automatically browse the internet with PHP?

Martin R

New member
I am trying to develop an intelligent search engine which would be able to answer simple questions such as 'What is the height of the eiffel tower?'. Rather that using simple pattern matching, it will use intelligent rules to extract the answer.
In order to do this, the system has to learn by example. If it gets an answer wrong, the user of the system will give it the correct answer.
So, what I need to be able to do initially is to allow the system to automatically kick off queries in Google or Yahoo and store the results in a PHP array.
Any advise would be much appreciated.
 
Back
Top