Re: [PHP-WIN] How to do Press Any Key To Continue with php.exe

2011-06-21 Thread Richard Quadling
On 20 June 2011 23:26, JDS wrote: > I am wondering if there is a better way to do this than what I have come up > with. The first example waits for the ENTER key to be pressed, but any other > characters you press show up on the screen > > The second method works with any key being pressed, but us

[PHP-WIN] How to do Press Any Key To Continue with php.exe

2011-06-20 Thread JDS
I am wondering if there is a better way to do this than what I have come up with. The first example waits for the ENTER key to be pressed, but any other characters you press show up on the screen The second method works with any key being pressed, but uses exec(). Any other suggestions? Basica