View Single Post
  #1 (permalink)  
Old 08-11-10, 12:28
newvbs_10 newvbs_10 is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
search script, witch functions ?

Hello

I would like to build mini search system.
I have one column in DB,
i choose correct rows by "against match" query,
and i want to display result in short way.

Example should tell what I mean:

$searchString = "aaaa bbbb cccc";

result:
sdsdssdsd aaaa dsd sdsd sd aaaa bbbb dsdsd ... asas bbbb dsfe ...
dsdsd bbbb cccc dsdsd ... asas bbbb dsfe ....

It's like in google search, where desctription of site are show.

I will be glad for working script to do it
or just a helpful function, class etc.

Peace <3
Reply With Quote