is there a php command that randomizes say...text? like for a random quote?
You can use the function rand() to generate an integer random number. You can then use that to get a (random) quote.
Diego