good searching with php

Discussion in 'PHP' started by horug, Sep 25, 2007.

  1. #1
    how can we search from database successfully?

    example;

    searching words : "abc xyz 123"

    results;

    first result's title > abc xyz 123 ...

    second result's title > abc xyz ...

    third result's title > xyz...


    I'm sorry for my bad english :(

    I wish you will understand me.
     
    horug, Sep 25, 2007 IP
  2. hemlata

    hemlata Peon

    Messages:
    18
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    Use 'LIKE' operator to search for a text instead of >.

    Eg. title LIKe %'abc xyz 123'%

    and so..

    Regards,
     
    hemlata, Sep 25, 2007 IP
  3. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #3
    jakomo, Sep 25, 2007 IP