For my website I would like to create a famous last words generator (randomized), and random page generator (within my site). What is the code for random quotes and random links?
Printable View
For my website I would like to create a famous last words generator (randomized), and random page generator (within my site). What is the code for random quotes and random links?
Hahaha,There's tons of ways you can do it. Something simple would be to create an array of your "famous last words", get a random number, then output the phrase in that number.Code:What is the code
Do a search of this forum for "random quotes" or "random daily quotes"
for a ton of examples.