php-windows | 2003032
Date: 03/24/03
- Next message: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Previous message: Henrik Bjernersjø: "[PHP-WIN] php as exe in windows"
- In reply to: Henrik Bjernersjø: "[PHP-WIN] php as exe in windows"
- Next in thread: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Reply: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The first step is to obviously install PHP and have it associated with .php
files on your system and create your script that works 100% when you just
double-click on the file.
After that's working, create a .bat file that makes a call to the PHP
executible (C:\PHP\php filename.php).
Then, create a Scheduled Task (in the Control Panel) to run every 5 minutes
that points to that batch file.
Good Luck
-----Original Message-----
From: Henrik Bjernersjø [mailto:henrik <email protected>]
Sent: Monday, March 24, 2003 11:49 AM
To: php-windows <email protected>
Subject: [PHP-WIN] php as exe in windows
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 in php. Is it possible - and
in that case - how?
Thanks in advance!
-- Henrik Bjernersjø Market Broker AS-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Previous message: Henrik Bjernersjø: "[PHP-WIN] php as exe in windows"
- In reply to: Henrik Bjernersjø: "[PHP-WIN] php as exe in windows"
- Next in thread: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Reply: Chris Kranz: "RE: [PHP-WIN] php as exe in windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

