Posts: 2,314
Name: Keith Marshall
Location: West Hartford, CT
|
You can use this for an example:
$password = $_POST['password'];
echo str_repeat('*', strlen($password));
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|