I need some help with a registration script that I am creating!
Before the account of a user is created, they have to verify their information that they have submitted. What I want to do is to show their password, but only some of the characters are replaced by an asterix.
For example if the password was 'password', it would show as something like: 'pass****'
Does anybody know how to do this with PHP-4?
Thanks!
Ben
Before the account of a user is created, they have to verify their information that they have submitted. What I want to do is to show their password, but only some of the characters are replaced by an asterix.
For example if the password was 'password', it would show as something like: 'pass****'
Does anybody know how to do this with PHP-4?
Thanks!
Ben
