Hi I want to display random articles in my homepage from "article" table in my database. Also would like to display the title of 5 random articles there how can I do that? thanks
Now what if i want to display random "article of the day"? The above code will output a different articles each time the homepage is loaded. but what if I want to have only 1 article displayed in a single day?