pass variables to cron'd php
Posted by: carbon360
Posted on: 2006-02-06 09:06:00
Hi,
at my previous server I could use the following to pass a variable to a php script:
0 12 * * * php -f /home/<path>/cronjobs.php rau
(where 'rau' is the variable being passed)
but this doesn't work :(
Can anyone tell me how I should be doing it?
TIA :)