|
Posted by Florian Knodt on 08/01/07 20:55
The easy way would be cron. Cron can start programs in predefined
periods. e.g. php -f /path/to/your/script.php
If you are using shared hosting and cannot access cron you should google
for webbased "cron"-services. This operates like a local cron, but its
on an remote server and con only open URLs (what might be a security risk).
--
adlerweb
Dave Mennenoh schrieb:
> Is there a way with PHP to send out a timed, email reminder? For instance,
> to send a client an email that their subscription will be expiring in a
> week - or to send an email a day before an appointment is due. I can see how
> to do if someone logs in and then I run a appointment checker script - but
> how to do as a service, or daemon, so it works anytime?
>
Navigation:
[Reply to this message]
|