php "select from table" question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex79
    Confirmed User
    • Jun 2002
    • 996

    #1

    php "select from table" question

    i want to select the distincts rows from a table after the "keyword1 keyword2 keyword3" phrase

    first will be displayed the results that contain the exact phrase "keyword1 keyword2 keyword3" and after that the rows that contain at least one of the kweyword

    the displayed rows must be distnict, the rows that contain the exact phrase "keyword1 keyword2 keyword3" must be displayed first

    how can i do this select phrase?

    thanks
  • nnweb
    Confirmed User
    • Apr 2004
    • 724

    #2
    umm I don't really understand the question or your table structure but you can try ORDER BY or sort the results once they are selected.

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55679

      #3
      do you mean you are trying to perform a mysql command?
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      Working...