ᅠᅠ
$result = mysqli_query($this->_db, 'SELECT
id
, name
, message
, time
, dial_id
FROM ' . $this->_options['db_prefix'] . 'shouts
WHERE id
> "' . (int) $lastID . '" AND dial_id
= "'.$dial.'" ORDER BY id
ASC');Есть какие-то ошибки синтаксиса?