Blog

Backup MySql database automatically

Hello, Recently, I had to work on a rather out of the scope issue, regarding the backup of mysql databases automatically. I mean manual backing of data or databases can be trouble some, and one might forget usually. So, why not write a script that can be scheduled to run automatically. This will ensure that […]


Simple PHP Calendar

Here is a simple PHP based calender script for your website.Simply copy and paste the code and get it working. The script generates a calender widget,can be styled through CSS as desired and next and previous months can be navigated. https://github.com/sajanm/php-calendar/