How would it be possible to generate a random, unique string using numbers and letters for use in a verify link? Like when you create an account on a website, and it sends y
I think this is the best method to use.
str_shuffle(md5(rand(0,100000)))