Forum Moderators: coopster
$query_top=mysql_query("SELECT * FROM frontpage ORDER BY post_date, total_votes DESC LIMIT 15, 45") or die(mysql_error());
The query looks at entries that are not on the frontpage and finds the 30 posts after that, however it does not arrange them according to the total votes