Generate random password with PHP rand function

Posted by Shek on May 8, 2011 under PHP | Be the First to Comment

In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers

Read more of this article »

Generate a random integer with PHP

Posted by Shek on May 10, 2008 under PHP | Be the First to Comment

In this post, I am going to show how to generate a random integer with PHP.

Read more of this article »