Alexej Kubarev
New member
i of the solutions would be pulling all of the articles into an indexed array and then using rand() function to generate a random index.. however this wouldnt be very optimized... you may want to get to populate an array of article_ids first.. then pick one using rand() and then query for the whole article..