Implement a super search engine using php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • duzhidian@gmail.com

    Implement a super search engine using php

    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



    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

    #2
    Re: Implement a super search engine using php


    <duzhidian@gmai l.comwrote in message
    news:1176398847 .776915.216350@ e65g2000hsc.goo glegroups.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_conten ts or fsockopen or some equivalent on each of these
    links, rinse and repeat.


    Comment

    Working...