Cron again again and again

Status
Not open for further replies.

Mika56

New Member
Messages
1
Reaction score
0
Points
0
Hi,
I've problem with cron too.
I need a hoster that have cron because I need update automaticaly my DB.
I used CRON in cPanel and set :

Code:
16 * * * * php -q /home/user/cron.php

I've remplaced user by my username account.

This CRON jobs seem not working, I didn't receive mail from my script (My PHP plan didn't do so for now) and I didn't receive mail from the CRON daemon.

Please help

Ps : I'm french, I don't speck english a lot

Edit : PHP script is for testing, code is :

PHP:
#!/usr/bin/php -f 
<?php
mail('mue-mail@domain.tld',  'sujet',  'message'); 
echo 'fait';
?>
 
Last edited:
Status
Not open for further replies.
Top