Does anyone know og a way og "triggering" a php-script, with "root"-rights from crond(Running RedHat6.2 with PHP4)
Please help me, I'm a Linux-newbie, and if I can pull this off, I will be 4ever gratefull !!
Someone once suggested using cron to start an instance of Lynx with the URL of the php you want to run. Seems plausible to me.
use wget to get the full url of the php script and save it in an output file.
will