<?php fwrite(STDOUT, "\nPlease enter your password : "); $pass = fgets(STDIN); ?> How the password could output ****** on screen ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
<?php fwrite(STDOUT, "\nPlease enter your password : "); $pass = fgets(STDIN); ?> How the password could output ****** on screen ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php