SELECT * FROM tbl_post WHERE (titleEn LIKE '%সরুচোখে%' OR titleBn LIKE '%সরুচোখে%' OR descriptionEn LIKE '%সরুচোখে%' OR descriptionBn LIKE '%সরুচোখে%' OR slug LIKE '%সরুচোখে%' OR metaTag LIKE '%সরুচোখে%' OR metaDescription LIKE '%সরুচোখে%') AND status=1 ORDER BY id DESC LIMIT 0,12












