|
Posted by Yandos on 11/05/40 11:32
"NC" <nc@iname.com> wrote in news:1132335121.905963.215850
@f14g2000cwb.googlegroups.com:
> 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
>
>
That's great, thank you :)
Y.
Navigation:
[Reply to this message]
|