|
php command line/cron
Is php with command line support installed? If so, I wish to perform weekly database maintenence, and run a php script from the command line.
php <file>
If I were to run this from the cron daemon would the path to the file be
~/<file>
assuming that I ran the cron process as my username.
|