how can we search from database successfully? example; searching words : "abc xyz 123" results; first result's title > abc xyz 123 ... second result's title > abc xyz ... third result's title > xyz... I'm sorry for my bad english I wish you will understand me.
Hello, Use 'LIKE' operator to search for a text instead of >. Eg. title LIKe %'abc xyz 123'% and so.. Regards,
Hello, If you are going to use Mysql take a look here http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html