Pero cuando lo programo como una tarea Cron me da el siguiente error:
Cita:
He probado a retirar el CONTEXT y sigue sin funcionar, dejándolo así:X-Powered-By: PHP/4.4.9 Content-type: text/html
Warning: file_get_contents() expects at most 2 parameters, 3 given in ...
Warning: file_get_contents() expects at most 2 parameters, 3 given in ...
Cita:
Tampoco funciona así:$file = file_get_contents($url, false);
Cita:
¿Alguna idea?$file = file_get_contents($url);
Notese que el Cron debe usar php 4.4.9
Gracias