[eluser]r0mel[/eluser]
hi everyone, just one to ask if you some idea about text search using query in php sample:
->query
Code:
$this->db->query("select * from SEARCH where title like '%hows%'");
problem: the query above doesn't produce anything because what is in the table is how,,
do you any idea about that?
SEARCH TABLE
id title
1 how
2 know