So i'm trying to display at random only the information for one row of the MYSQL table and i'm not sure how i'd go about doing this. I'm extracting rows where featured = 'yes', then I want to display a random row from what is left. Would I have to extract all the rows where featured = 'yes', put them into an array and then take a random one and display it's info? Or is there an easier way to do it that i'm overlooking? Thanks in advance for any help, TS