$sth = $dbh->prepare("SELECT * FROM poll WHERE id < '$id' ORDER BY 'id' DESC LIMIT 0, 1");