Hello,
How should I query the following:
$query = "SELECT * FROM tutorials WHERE activation = '1' AND catid = '$catid' AND LIKE '%$search%' LIMIT $start, $limit";
Apparently, it's wrong...
Thanks
You might need a field name between AND and LIKE
Yup, figured that out 10 secs ago. Thanks anyways. 🙂