PHP validate email script is an easy way to validate an email address. Use this quick and simple PHP regular expression for email validation. This is also case-insensitive, so it will treat all characters as lower case. Read more »
PHP validate email
posted in PHP, February 17, 2009PHP password protect
posted in PHP, February 17, 2009PHP password protect – is a script which you need to protect some page generated with PHP. Password protection for a single page. Visitors are required to enter a password and username to view the page content.
Read more »
PHP random password generator
posted in PHP, February 17, 2009PHP password generator is a complete, working random password generation function for PHP. It allows the developer to customize the password: set its length and strength. Just include this function anywhere in your code and then use it. Read more »