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

2002-05-17 Thread D Lau

Sorry, I forgot to say my requirement is to make this a browser only
application.
Would all these still works?

Thanks
Dominic

- Original Message -
From: Vail, Warren [EMAIL PROTECTED]
To: 'Markus Fischer' [EMAIL PROTECTED]; 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, Metrics  Quality Processes
 (415) 667-7814
 Pager (877) 774-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,

 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 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
 status
  bar!!
 
  Many Thanks
  Dominic
 
 
 
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php

 --
 Please always Cc to me when replying to me on the lists.
 GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
 -
 I mean When in doubt, blame mcrypt is more often right than wrong :)
 Always right, never wrong :)
 - Two PHP developers who want to remain unnamed

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


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




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

2002-05-17 Thread Miguel Cruz

On Fri, 17 May 2002, D Lau wrote:
 http://gtk.php.net/ and
 http://www.php.net/manual/en/features.commandline.php for a

 Sorry, I forgot to say my requirement is to make this a browser only
 application.
 Would all these still works?

No, if you want highly interactive apps in a browser environment, you need 
to write for the browser. This means Java or Flash.

You cannot forcibly install PHP on other people's equipment, and in any 
case PHP does not have a browser interface. Other than the fact that 
they're most often used together via standard protocols, PHP and browsers 
have basically nothing to do with each other.

miguel


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




[PHP] 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 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 status
 bar!!
 
 Many Thanks
 Dominic
 
 
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
-
I mean When in doubt, blame mcrypt is more often right than wrong :)
Always right, never wrong :)
- Two PHP developers who want to remain unnamed

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




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

2002-05-16 Thread Vail, Warren

Does this work on Windows, or is it restricted to Linux/unix?


Warren Vail
Tools, Metrics  Quality Processes
(415) 667-7814
Pager (877) 774-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,

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 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
status
 bar!!
 
 Many Thanks
 Dominic
 
 
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
-
I mean When in doubt, blame mcrypt is more often right than wrong :)
Always right, never wrong :)
- Two PHP developers who want to remain unnamed

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

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




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

2002-05-16 Thread Markus Fischer

Windows too.

- Markus

On Thu, May 16, 2002 at 02:31:52PM -0700, Vail, Warren wrote : 
 Does this work on Windows, or is it restricted to Linux/unix?
 
 
 Warren Vail
 Tools, Metrics  Quality Processes
 (415) 667-7814
 Pager (877) 774-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,
 
 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 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
 status
  bar!!
  
  Many Thanks
  Dominic
  
  
  
  
  -- 
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 -- 
 Please always Cc to me when replying to me on the lists.
 GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
 -
 I mean When in doubt, blame mcrypt is more often right than wrong :)
 Always right, never wrong :)
 - Two PHP developers who want to remain unnamed
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
-
I mean When in doubt, blame mcrypt is more often right than wrong :)
Always right, never wrong :)
- Two PHP developers who want to remain unnamed

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