Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Frank M. Kromann
" <[EMAIL PROTECTED]> > To: "Ignatius Reilly" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, January 14, 2003 7:24 PM > Subject: Re: [PHP-WIN] Windows Service interactions with PHP > > > > Yes this does work but how do I simply destermine

Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Dash McElroy
; > > > > > > ?> > > > > > > > > > En espérant que cela aide > > > Ignatius > > > > > > - Original Message - > > > From: "Paul Menard" <[EMAIL PROTECTED

Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Ignatius Reilly
AIL PROTECTED]> To: "Ignatius Reilly" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 7:24 PM Subject: Re: [PHP-WIN] Windows Service interactions with PHP > Yes this does work but how do I simply destermine the > status of the service

Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Paul Menard
; > > ?> > > > En espérant que cela aide > Ignatius > > - Original Message - > From: "Paul Menard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 14, 2003 5:10 PM > Subject: [PHP-WIN] Windows Service intera

Re: [PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Ignatius Reilly
; Sent: Tuesday, January 14, 2003 5:10 PM Subject: [PHP-WIN] Windows Service interactions with PHP > All, > > I' converting a Web site from ASP to PHP. One of the > last issues I am working on is converting the ASP page > that will show the status of a specific Service. > &g

[PHP-WIN] Windows Service interactions with PHP

2003-01-14 Thread Paul Menard
All, I' converting a Web site from ASP to PHP. One of the last issues I am working on is converting the ASP page that will show the status of a specific Service. This page also allows the Admin level user to stop/start the service. What is the 'best' way to code this in PHP and/or Perl? Paul