ebluetoothhemqig
New Member
I tried using distinct as well and it returns duplicates.\[code\]$cubes = mysql_query("SELECT distinct * FROM posts ORDER BY RAND() $limit ") or die(mysql_error());\[/code\]I just want to take my posts table... and return it in a random order without duplicates.