Connecting Tech Pros Worldwide Help | Site Map

Implement a super search engine using php

duzhidian@gmail.com
Guest
 
Posts: n/a
#1: Apr 12 '07
Dear All:

I need write a php program online to implement a super search engine,
for example, when users input some keyword, my program can search
different other online search engines and reply user some unified
results from these search engines.

For example, let users input some cities into my web page and it will
query

http://www.orbitz.com
http://www.expedia.com
and others to get results.

Since each of the above web sites has deep links and how my program
simulate our humane to click each button to get the result and
download it and parser again.

Thanks.


Z. Du

Steve
Guest
 
Posts: n/a
#2: Apr 12 '07

re: Implement a super search engine using php



<duzhidian@gmail.comwrote in message
news:1176398847.776915.216350@e65g2000hsc.googlegr oups.com...
| Dear All:
|
| I need write a php program online to implement a super search engine,
| for example, when users input some keyword, my program can search
| different other online search engines and reply user some unified
| results from these search engines.
|
| For example, let users input some cities into my web page and it will
| query
|
| http://www.orbitz.com
| http://www.expedia.com
| and others to get results.

there are already sites that do this. steal/plagerize THEIR results and peon
them off as your own. much less work for you.

| Since each of the above web sites has deep links and how my program
| simulate our humane to click each button to get the result and
| download it and parser again.

'humane' ... lol. i digress...

well <he thinks to self with utter sarcasm>, you'd have to parse their links
from the results, leaving out the links to ads and other shit, then you'd
have to file_get_contents or fsockopen or some equivalent on each of these
links, rinse and repeat.


Closed Thread