I require a page to be added to my website. This page will facilitate a refined search via Google, Bing and Yahoo search engine simultaneously , show the top 5 of each engine.
Is this possible using php ?
Thank's
I require a page to be added to my website. This page will facilitate a refined search via Google, Bing and Yahoo search engine simultaneously , show the top 5 of each engine.
Is this possible using php ?
Thank's
shaam,
The thing is that you have to get a source for data.
PHP is capable of doing many things, reading/writing from local files (csv/xml, etc), databases, and even scraping data from websites.
If you have a source for the data you can do it.. have you thought about where you will find your top 5 stats?
big.nerd;10970527 wrote:shaam,
The thing is that you have to get a source for data.
PHP is capable of doing many things, reading/writing from local files (csv/xml, etc), databases, and even scraping data from websites.
If you have a source for the data you can do it.. have you thought about where you will find your top 5 stats?
thanks for your reply,im not sure but if google,bing and yahoo provides some api through which i can access search results,but im searching on this but not sure how this possible.