Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in /var/www/html/class/ClassDBQuery.php on line 11
Warning: mysqli_error() expects parameter 1 to be mysqli, bool given in /var/www/html/class/ClassDBQuery.php on line 11
Error
SELECT `news_id`,`news_name`, `news_pic_path_home`
FROM `news`
WHERE `news_home_show` = 1
AND `news_status` LIKE 'Y'
ORDER BY `news_id` DESC