Posted by NC on 11/18/05 19:32
Yandos wrote: > > My question is, if I can read keyboard using php. If you are running a command-line interpreter, yes; you can read keyboard input from standard input stream (STDIN): $response = trim(fgets(STDIN)); Cheers, NC
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming