For an ecommerce site I want to generate a random coupon code that looks better than a randomly generated value. It should be a readable coupon code, all in uppercase with n
you can find a lot of function in php rand manual http://php.net/manual/en/function.rand.php
i like this one