'.$row[0]; } $s .= ')'; $sql = 'SELECT quote_id, quote_quote, quote_rating FROM quotes WHERE '.$s.' ORDER BY quote_id DESC LIMIT 0,25'; $res = mysql_query($sql) ?>

Unrated quotes

You\'ve rated every quote in the database! Why not add a new one?

'; } $i = 0; while ($row = mysql_fetch_array($res)) { $i = 1 - $i; if ($i == 1) { $e = 'even'; } else { $e = 'odd'; } ?>

Quote #. Rating . Login to rate.'; } ?>