[PHP] More command line php

2003-08-14 Thread John Nichel
Is it possible to 'star out' the standard input (STDIN)? I'm having users enter a password in, and would like it to display ** as they are typing it in. Right now, I'm using $pass = rtrim ( fgets ( STDIN ) ); And it just displays what they are typing. -- By-Tor.com It's all about the

Re: [PHP] More command line php

2003-08-14 Thread Pascal Miquet
You should have a look to the widget where you display the field. Sometimes an option is display stars. HTH Pascal Miquet Le mer 06/08/2003 à 18:34, John Nichel a écrit : > Is it possible to 'star out' the standard input (STDIN)? I'm having > users enter a password in, and would like it to displ