Matthew:

On Tue, Jun 18, 2002 at 08:48:19PM +0100, Matthew Ward wrote:
> 
> Basically, I want to get a PHP script to run every set amount of time, so
> what do I have to type in the "Command" box to get a PHP script to run?

If your script has the appropriate #! at the top, you can type in the path 
and name of the script.  Say, "/usr/home/username/dir/script.php" for 
example.

Make sure the script has it's owner executable permission set (chmod 700, 
for example).

--Dan

-- 
               PHP classes that make web design easier
        SQL Solution  |   Layout Solution   |  Form Solution
    sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409

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

Reply via email to