Hi. I use a backup plugin for my Wordpress website that sends me emails with my database every week. That made me think about server side scheduled actions and I want to know how can I implement this script that updates my database info every day. Is this possible? What language should I use? PHP?
That made me think about server side scheduled actions and I want to know how can I implement this script that updates my database info every day. Is this possible? What language should I use? PHP?
cpanel does support cronjob . can be done in any server side scripting language. i think
depend on what you want to do.