If you have PHP compiled as cgi then you can run something like:
php /path/to/my/script.php
or if you can request the page via your website with something like:
lynx -dump "http://your site.com/yourscript.php"

Also if you want to know how to use cron, try typing "man cron" in your
shell

Hope this helps
Andrew
----- Original Message -----
From: "Miguel Brás" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 05, 2003 1:49 PM
Subject: [PHP] Execute at a defined time


> Hi,
>
> I was looking on PHP manual but didn't find anything about it.
>
> How can I execute a script all days at the same time? I kno i must have
> access to the CRON of the system, but don't know what function should I
use
> to make this happen (run the script).
>
> Miguel
>
>
>
> --
> 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

Reply via email to