every Monday I need to empty few fields of a MYSQL database I have
Firstly I thought about using a cron job, but my Web Hosting provider (fatcow.com) doesn't support neither SSH or Command Lines into shared servers.
I've also thought about checking the date() to see if it's monday and perform something, but then I need to run that specific page continuously and I've read that it's a problem.
So now I ask you, how can I do this ?
Thanks for answers
If your job can reached via a URL, you might try to sign up with a free crontab service like onlinecronjobs.com