|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
query db for words like search
I want a search engine, I read a few articles on it, the one for making one for all words on my site, but that one isn't very relavent cause most of the info is from the db's, and the other is for words already entered into a db...
is there some way to simply search through a db for words like the $search? this wasn't returning an error, but was still not returning anything... PHP Code:
I thought that luike would be the logical word to try ina query like this... I do not really understand the dumb manual all the time, all I could find in it was hard to try to understand or apply to this... anyway, jsut wondering if there was an easy way to go about this. thanks.
__________________
hey it's the CHARKING |
|
#2
|
|||
|
|||
|
PHP Code:
__________________
-- Jason |
|
#3
|
||||
|
||||
|
Placing the wildcard symbol (%) either side of the keyword will look for any occurence of the search term in a block of text, whether it's at the start, middle or end, or anywhere in between.
|
|
#4
|
|||
|
|||
|
thanks so much
hey thanks guys so much this really helped me, i am making a really great search tool now, thanks to youse guys!
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > query db for words like search |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|