Creating A Random String With PHP
Posted by Karthik Viswanathan on Sat 25 April, 2009 at 21:39:32 · Tags: php, tutorial
There comes a time when you need to create a random String. It might be for a verification code, a complex password, or something you are developing. You might think that its a boring and manual process. Luckily, this is not true.

Below we present a simple way to create random Strings using PHP. All you need is one function with a few lines of code. Let’s begin…






2