How To Calculate Code Execution Time in PHP

How-To-Calculate-Code-Execution-Time-in-PHP

Inside this article we will see how to calculate code execution time in php. In every application development Page load, Application response, etc to end users are the most important factor for successful release. This tutorial contains a classified information about finding the total time by a code to execute. This is a … Read more

How to Backup MySQL Database using PHP Tutorial

How-to-Backup-MySQL-Database-using-PHP-Tutorial

Inside this article we will see how to backup mysql database using PHP. To create database backup we use many process like downloading database backup files from mysql workbench, taking backup via mysqldump, using terminal command, etc. Here we will use mysqldump command to take database backup but we will use shell_exec() PHP … Read more