Ciao a tutti
ho un hosting con cpanel. Ho uno script che funziona così
Codice PHP:
www.sito.it/_data_import?count=25 
non riesco a settare il cron job. L'assistenza mi ha scritto
Please change your cron command to something as below to make it work. php filename won't work here.

[account@host ~]$ GET site.it/_data_import.php?count=25
Io ho provato
Codice PHP:
GET /home/account/public_html/_data_import.php?count=25 
ma pare non funzionare.

Forse non ho capito bene, avete qualche suggerimento?
Grazie!