[EMAIL PROTECTED] wrote:
i just ahve another quesion whcih conserns the quota stsuff.

soem time ago luc postet a php script wich also will handle the quota
stuff. is should also notify the user by an email.

i can unserstand that a perl script can be started via cron at defined
intervals but how to start a php script ? can it also be starte by corn ?

Yes, a PHP script can also be started by cron.

The first line is the interpreter:

#!/usr/local/bin/php
<?php
echo "bla";
?>

Since PHP Version 4.2.x? The CLI is compiled by default, on debian the package php4-cli needs to installed.

HTH

rgds

Luc

_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to