Hi Adam Bregenzer, you wrote:
On Fri, 2004-02-13 at 18:25, Matthias Nothhaft wrote:
The other problem is: I would like to draw a screen
like midnight commander does. Is there a way to get that
work with PHP ?
Ahh, sounds like a Slackware fan. :)
don't really know what it is. I just wanna
write some stuff to simplify "daily administration"
on my Debian machines.
And I like the idea to make this work with PHP ;-)
You want to look at ncurses[1] in PHP. This lets you draw on a screen.
It does require a decent terminal interface but that should not be a
problem. Also readline[2] may help you with reading input.
[1] http://www.php.net/ncurses
[2] http://www.php.net/readline
Oh, that seems to be the things I'm looking for,
thanks a lot!
Regards,
Matthias
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php