14/10/2008, 12:45
|
| Colaborador | | Fecha de Ingreso: julio-2004 Ubicación: Guipúzcoa
Mensajes: 4.776
Antigüedad: 20 años, 6 meses Puntos: 76 | |
Respuesta: Cronjob y PHP Ni idea, pero googleando descubro que sirve para esto: Cita: The -q flag suppresses HTTP header output. As long as your script itself does not send anything to stdout, -q will prevent cron from sending you an email every time the script runs. For example, print and echo send to stdout. Avoid using these functions if you want to prevent cron from sending you email. |