Hi can some one help me make the Top 10 block into Top Rated i kinda have an idea but it does not work right.
$query = "select * from idx_link
where suspended = 0 and rating = 1
order by rating desc, last_updated desc limit $params[max_item]";
Thanks in advance.
Sorry!
This works
$query = "select * from idx_link
where suspended = 0 and rating
order by rating desc, last_updated desc limit $params[max_item]";


LinkBack URL
About LinkBacks

LOL what u mean i am overthinking this, i tough i did it the right way. Its working!
but its all good it works and i dont need the Top 10 block 
