Strong PHP Password Generator Script

PHP password generator is an integrated, working random password generation function for PHP. This blog post concerns how to generate online secure and strong random password via PHP  and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password, they would be asked to change their …

Captcha Code in PHP and jQuery

CAPTCHA abbreviation of “Completely Automated Public Turning test to tell Computers and Human Apart” As the full form suggests, it is a kind of test which makes difference among human beings and computers for security purpose.

This blog post demonstrate you, how to implement your own simple CAPTCHA protection using PHP and AJAX technologies in forms.