You are on page 1of 1

Requirements

• PHP 5.5
• MYSQL 4.6
• Text Editor Software
Instructions
• Create new database on the PHPMyAdmin and give any name. Then import the
std_db.sql.
• Upload std folder to the your root folder.
• Edit this file.  (controller/config.php)
$servername = "localhost";

$username   = "root";

$password   = "";

$dbname     = "std_db";

• Give your server user name, password and database name.

You might also like