|
Posted by Steve on 04/12/07 18:07
<duzhidian@gmail.com> wrote in message
news:1176398847.776915.216350@e65g2000hsc.googlegroups.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.
Navigation:
[Reply to this message]
|