Adding & Placing Plants
SELECT id, title, alias, catid FROM sjoomla.lfx_content
WHERE catid IN (188)
AND state = 1
AND publish_up <= curdate()
ORDER BY created desc
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (853, 860, 1817, 1879, 2050, 2110, 2324, 2375, 2378, 2388, 2546, 2787, 2932, 2997, 3204, 3912, 4144, 4653, 4749, 4757, 4992, 5001, 5074, 5075, 5077, 5485, 5487, 5522, 5583, 5598, 5652, 5836, 5849, 5988, 6066, 6135, 6143, 6177, 6214, 6246, 6264, 6330, 6368, 6439, 6464, 6478, 6506, 6558, 6594) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(30) "IN ('Adding & Placing Plants')"
array(1) { [366]=> string(23) "Adding & Placing Plants" }
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (853, 860, 1817, 1879, 2050, 2110, 2324, 2375, 2378, 2388, 2546, 2787, 2932, 2997, 3204, 3912, 4144, 4653, 4749, 4757, 4992, 5001, 5074, 5075, 5077, 5485, 5487, 5522, 5583, 5598, 5652, 5836, 5849, 5988, 6066, 6135, 6143, 6177, 6214, 6246, 6264, 6330, 6368, 6439, 6464, 6478, 6506, 6558, 6594) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(30) "IN ('Adding & Placing Plants')"
array(1) { [366]=> string(23) "Adding & Placing Plants" }