You are not logged in.
Pages: 1
I've tried using the search function but it does not return anything. I must be using it wrong:
$search_string="SELECT * FROM products WHERE name LIKE '%{$search_item}%'";
$products=$productsMod->search($search_string,false,false,false,false,false);
How should i structure my query string?
Offline
The first parameter of search is just a keyword string -- it looks like in your example you'd just pass in $search_item.
Offline
Thanks Tim. Worked.
Offline
Pages: 1