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. :)

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

-- 
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to