FYP Develop using ( PHP. HTML, CSS, JS , BOOTSTRAP). Cogdeigniter Version Comming Soon........
- Clone Repo Using Following link.
git clone https://github.com/jazib-bashir/School-Management-System.git
- Create Database in PHPmyadmin
- change connect.php with your credentials and DB name as following:
- connect.php avaible in connect folder.
<?php
mysql_connect("localhost","your username","your password") or die("No Connection");
mysql_select_db("DB-Name") or die("No Database name");
?>
- Now open Database.sql file which include scripr run this scipt in your newely created DB
ALL DONE.