Re: [PHP] waiting for keyboard echo

2002-07-16 Thread Analysis & Solutions
On Tue, Apr 16, 2002 at 05:34:57PM +0200, David D wrote: > > I m trying to make a php command line script, and I m looking for a function > that can stop the script until a key is pressed. I don't believe PHP can do this. Perl has Term::ReadLine. Your computer's clock says it's April. Might I

[PHP] waiting for keyboard echo

2002-07-16 Thread David D
Hello, I m trying to make a php command line script, and I m looking for a function that can stop the script until a key is pressed. I modify some args when these are incorrect and put default values, I d like the user to be informed of that when launching the scripts. For the moment I make a s