[Solved] Random text/quote/fact every 24 hour! (Kinda like «Quote of the day») [closed]


  1. Create an array containing all your quotes
  2. Create a random number based on the current date, which goes from 0 to n (n being the amount of quotes in your array – 1)
  3. Show the item of the array which has the index of the random number created in step 2

Try to write code yourself, and if you have a specific problem somewhere, the community will be happy to help you. But as mentioned in the comments, noone is gonna do all the work for you, you have to show effort yourself.

solved Random text/quote/fact every 24 hour! (Kinda like «Quote of the day») [closed]