Run mysqldump via PHP

Say you want to download scheduled mysqldump database backup to /mysqldump/2013/02/ folder using PHP on your hosting account. Here is how you do it on cPanel based server. The generated dump will be like /mysqldump/2013/02/2013-02-15-01-18-01.sql.gz. //Folder where you want dump…

Tafseer – Surah Nisa

4. Nisa Ruku’ 8 4:51 Did you not see those who received a portion of the Book, that they believe in idols and the devil, and say regarding the disbelievers that they are more rightly guided than the Muslims?

Apache htaccess redirect – Point domain to a Sub Folder

Too frequently change your website version? Uploading new version every time on root and backing up previous one isn’t good idea. Just upload it in a sub-folder, ex: /v20/, and point your domain into sub-folder using a file .htaccess at root….

Android – How to make App Backups

Nobody would ever bother to take risk of resetting any device to factory settings and lose all your apps and data. There are ways to backup all your needed stuff and reuse in next installation. There are two ways I…