CodeIgniter Forums
Send emails automatically, backup database automatically - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Send emails automatically, backup database automatically (/showthread.php?tid=31255)



Send emails automatically, backup database automatically - El Forum - 06-11-2010

[eluser]Higher Ground Studio[/eluser]
How do I make things go automatically such as send emails automatically at a given time and backup the database automatically?


Send emails automatically, backup database automatically - El Forum - 06-11-2010

[eluser]Eric Barnes[/eluser]
You should probably look at cron and use that.


Send emails automatically, backup database automatically - El Forum - 06-12-2010

[eluser]Higher Ground Studio[/eluser]
That was what I was wondering, thanks!