treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Server side updates

  • 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?
  • cronjob in linux, scheduled action in windows,

    cpanel does support cronjob . can be done in any server side scripting language. i think

    depend on what you want to do.