RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
B.A.T. (HKG); [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Re: php as exe in windows > > > php is a command line program, so yes, it has to be run in a command line > window, or through some kinda service (webserver). using VB you can hide the > command window, but that's not

Re: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread skate
out php > > > -Original Message- > > From: Mike Brum [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 25, 2003 2:21 PM > > To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED] > > Subject: RE: [PHP-WIN] Re: php as exe in windows > > > > > > The

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
ilto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 2:21 PM > To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Re: php as exe in windows > > > There's a few problems with that - Let's say someone closes the window it's > running in - then

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Mike Brum
[EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: php as exe in windows > > I want to create an application that I can run on my web-server every five > > minutes. The application should look in my ftp-catalogue and move incomming > > files to other directories. I want to do this in

RE: [PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Svensson, B.A.T. (HKG)
> > I want to create an application that I can run on my web-server every five > > minutes. The application should look in my ftp-catalogue and move incomming > > files to other directories. I want to do this in php. Is it possible - and > > in that case - how? Why not simply loop forever and exec

[PHP-WIN] Re: php as exe in windows

2003-03-25 Thread Henrik Bjernersjø
Thankz! "Henrik Bjernersjø" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I want to create an application that I can run on my web-server every five > minutes. The application should look in my ftp-catalogue and move incomming > files to other directories. I want to do this