[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-17 Thread D Lau
;DoL" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 5:31 AM Subject: RE: [PHP] Re: [PHP-DEV] Console application with PHP > Does this work on Windows, or is it restricted to Linux/unix? > > > Warren Vail > Tools, Met

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
9891 > 215 Fremont 02-658 > > > -Original Message- > From: Markus Fischer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 11:58 AM > To: DoL > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Re: [PHP-DEV] Console application with PHP > > > Hi, &g

[PHP-DEV] RE: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Vail, Warren
L Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Re: [PHP-DEV] Console application with PHP Hi, all is possible. I suggest taking a look at http://gtk.php.net/ and http://www.php.net/manual/en/features.commandline.php for a start. - Markus On Fri, May 17, 2002 at 1

Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Hi, all is possible. I suggest taking a look at http://gtk.php.net/ and http://www.php.net/manual/en/features.commandline.php for a start. - Markus On Fri, May 17, 2002 at 12:12:20AM +0800, DoL wrote : > Hi All > > I am trying to write something similar to a server con

[PHP-DEV] Console application with PHP

2002-05-16 Thread DoL
Hi All I am trying to write something similar to a server console display, is it a good idea to use PHP? Wondering how things like 1. server clock (similar to a clock applet) 2. server status can be displayed with PHP code? Note: I need to display the above two in a continuous fashion on the st