Просмотр поста

.
Gabriel
CyberGhostNet Group
$res = mysql_result(mysql_query('some code'),0);


Convert to
$res = $db->query('some code')->fetchColumn();