'; } echo '
'; echo ' '; echo ' '; echo ' '; echo ' '; echo ' '; echo '
'; if ($div) { echo ''; } } else { $row = mysql_fetch_array($res); if ($div) { echo '
'; } if ($row['rating_change'] > 0) { echo 'You rated this quote as good.'; } elseif ($row['rating_change'] == 0) { echo 'You rated this quote as average.'; } else { echo 'You rated this quote as bad.'; } if ($div) { echo '
'; } } } ?>