every monday i need to clear some fields of MYSQL database. I have
At first I thought about using the cron job, but my web hosting provider (fatcow.com) does not support either SSH or command lines on shared servers.
I also thought about checking the date () to see if it goes on Monday and something works, but then I need to run this particular page all the time, and I read that this is the problem.
So now I ask you, how can I do this?
thanks for answers
source
share