A
Anonymous
Guest
Code:
$query ="SELECT DISTINCT series, preview FROM $table order by 'entryID' DESC";
There are many "preview"s per "series", and I was wondering if there's a way for me to call only 1 random "preview" from the "series".
Thanks!