Guys, I got a stupid noob question
Say I want to fill variable $query with a random one character string picked randomly from a letter a-z with equal probability.
How would I do so?
So, $query can be 'a', maybe , 'q', maybe whatever, each with 1/26th probability.
Thanks a lot.