I would like to know how to make random words stored in my database:
For example, I already tried to save letters from 1 to 7 with the following method:
rand(1,7);
My question is: How can you write this function but save 7 different words or sentences at random?
For example: dog, cat, hello you do, good and you, program, another word, chance
Here are 7 example words: How do I get one of those randomly?