search engine in php,mysql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sathyashrayan

    search engine in php,mysql

    dear group,
    I have been working VC++ for some time. My company assigned me a task for
    an online dictionary search
    site similar to the onelook.com which I have to make it in php mysql. Since
    I never did any of the project in the search engine , can any one guide me
    to the above?

    I am really struggling to understand the following:
    When I enter a word in a text it searches the definition of the word from
    the web site but not the home page link.
    It like Google search. It also shows the sizeof the page.

    Thanks for any help


  • noone

    #2
    Re: search engine in php,mysql

    sathyashrayan wrote:
    [color=blue]
    > dear group,
    > I have been working VC++ for some time. My company assigned me a task for
    > an online dictionary search
    > site similar to the onelook.com which I have to make it in php mysql. Since
    > I never did any of the project in the search engine , can any one guide me
    > to the above?[/color]
    [color=blue]
    > I am really struggling to understand the following:
    > When I enter a word in a text it searches the definition of the word from
    > the web site but not the home page link.
    > It like Google search. It also shows the sizeof the page.[/color]
    [color=blue]
    > Thanks for any help[/color]


    need more information, code snippet.. are keywords stored in a MySQL
    database with a link?



    Comment

    • R. Rajesh Jeba Anbiah

      #3
      |OT| Re: search engine in php,mysql

      sathyashrayan wrote:
      <snip>[color=blue]
      > I am really struggling to understand the following:
      > When I enter a word in a text it searches the definition of the word from
      > the web site but not the home page link.
      > It like Google search. It also shows the sizeof the page.[/color]

      If it's in the spec, be bold to get clarified. I guess, he is asking
      something like <http://www.google.com/search?q=define %3Afoo> but the
      size of page listed next to the URL

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      Working...