-3
How to generate a small set of PHP characters like this M7kL8a8z7q
?
I want to upload several documents and I want to rename the files in PHP as the image button does here in Stack Overflow. If I mix md5, with the date and others gets huge.
You don’t have to follow this order of characters, you just have to be random, not repeat and have 10 characters.
It could not be a current timespan or a datetime?
– Felipe
uniqid?
– Woss
See if this suits you: https://ideone.com/1bwioP
– Sam