I'm using the following cronjob in my remote server: MAILTO="[EMAIL PROTECTED]" 0 0 * * * wget -Ofile.log -q -T10 http://www.domain.com/script.php /dev/null
the script.php is a normal php script. This is the only way I can run a cronjob successfully but I've read it is un-secure. Is this true? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php