a more useful search script

Any problem with PHP can be disscused here
Post Reply
rain1138
Posts: 11
Joined: Wed Jan 05, 2005 12:32 pm

a more useful search script

Post by rain1138 »

with my limited knowledge, i for now know how to write a search script that does search through the database using only exact words (in the correct order). how can i make it work with non-exact search terms?

e.g. in db say we have something like "i am no one or what". my simple script can work if i search for a term like "am" or "i am" or "no one" or etc. but not for "am what" or "i one am"...
what code do i have to use in order to make it possible?

thnx alot if u help...


niceboy
Posts: 32
Joined: Sun Jan 23, 2005 1:35 pm
Contact:

Post by niceboy »

I don't know exactly what you mean
Post Reply