Hello php gurus,
maybe it sounds crazy, but I'd would like to use php for some system
administration, backups, etc, but sometimes user interaction is needed.
Till now i have been using windows script host, but more and more I need
communication with intranet servers, which works fine with libcurl. Now
I'm executing curl.exe for every intranet request I need, and it's too slow.
My question is, if I can read keyboard using php. I know i can execute
external program like choice.com (to ask for answer no/yes etc), but
this is the thing i'd like to avoid... I know there's ton of other
languges which could do that better, jike java or c++, but php is the
only I know a bit.
Thank you for any ideas,
Y.
maybe it sounds crazy, but I'd would like to use php for some system
administration, backups, etc, but sometimes user interaction is needed.
Till now i have been using windows script host, but more and more I need
communication with intranet servers, which works fine with libcurl. Now
I'm executing curl.exe for every intranet request I need, and it's too slow.
My question is, if I can read keyboard using php. I know i can execute
external program like choice.com (to ask for answer no/yes etc), but
this is the thing i'd like to avoid... I know there's ton of other
languges which could do that better, jike java or c++, but php is the
only I know a bit.
Thank you for any ideas,
Y.
Comment