hi all,
i have a script that executes fine from the command line like this:
php myscript.php
i'mtrying to put it in cron like this
5 * root /usr/local/bin/php /path/to/my/script/myscript.php
what happens is - it gets executed and i get the output in an email to root but it doesn't write to the file that's supposed to write to....
it works fien executed manually from the cl....
thanks....