На движке выдает ошибку на запрос
Ошибка:
Код:
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and `best` = 1 ORDER BY end_best DESC LIMIT 0,20' at line 1
Код:
$query = 'SELECT * FROM `mk_list` WHERE '.$status.' and `best` = 1';
$my = $main->db->query('SELECT * FROM `mk_list` WHERE '.$status.' and `best` = 1 ORDER BY end_best DESC LIMIT '.$offset.','.$perpage);
$my = $main->db->query('SELECT * FROM `mk_list` WHERE '.$status.' and `best` = 1 ORDER BY end_best DESC LIMIT '.$offset.','.$perpage);