CronJob and WGET Overwrite
I have set up a cron job to execute a php file on my server every hour using the wget command.Probably is, every time it runs, it saves the file as .php.1, .php.2 etc
What is the switch to get it to overwrite the file. I tried --delete-after and it didnt work.