How can I generate a key with 7 alpha-numeric characters, completely random in PHP?
In other words, I want to make a key with completely random numbers and capital letters.
I've tried using the rand, but the rand only generates numbers.
...
asked on
07.07.2016 / 04:52