Hello,
I would like to build this mySQL query to retrieve data in php but I don't know how..
I have a list of jokes varying in size. I would like to select a random one, but the character length of the joke selected cannot be more than 100 characters.
The field where the joke is contained is 'joke' and the table is called 'jokedata'.
Thankyou.