|
|
Password Generation
Author: Eileen Wilde Reference Number: AA-00161 Views: 8041 Last Updated: 06/24/2009 01:53 PM |
0 Rating/ Voters
|
|
This feature might be helpful, if you want to generate a password for a user who submits the form. You can send generated password to the email address, save it to a database, or use like any other field.
Syntax:
Example:
<?php header('Location: index.html'); ?> #DO NOT REMOVE THIS LINE! password0 password1 password2
<?php header('Location: index.html'); ?> - this line will protect your password dictionary from unauthorized access. You should put the name of the actual file instead of "index.html" or create an empty "index.html" file.
|
|
|