K
kattie
Guest
I have made a search box containing search term from the form send it to the Database and then give me the queries founded with the search term
I use:
$searchterm = "given keyword from search from";
and send it to database with the statment:
SELECT * FROM search WHERE title LIKE '%$searchterm%'
but now the problem is that when a person search for "Cool Links" and a title in database contains a similar title "Cool Funny Links"
so the upper script I use did not work for it.
Can anyone help me out please??? Thankful to him or her
I use:
$searchterm = "given keyword from search from";
and send it to database with the statment:
SELECT * FROM search WHERE title LIKE '%$searchterm%'
but now the problem is that when a person search for "Cool Links" and a title in database contains a similar title "Cool Funny Links"
so the upper script I use did not work for it.
Can anyone help me out please??? Thankful to him or her