School Management System Using PHP

Language

This system basically manages all the school accounts, academic department like recording marks, printing examination cards, grading and making report cards, it also manages accounts on the side of the bursar and most definitely, the head teacher.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bykingwashon Wed, 08/05/2015 - 18:10

Lot and lot of bugs in your code and database. Some tables are missing.
Submitted byoedward38on Fri, 08/07/2015 - 21:32

i have solved the problem. go to incs/login.php line 32 $pull=mysql_query("select * from tbl_users where username='$username' and password='$pass' "); change it to $pull=mysql_query("select * from tbl_users where username='$username' and password='$password' "); Thats all Happy programing
Submitted byVaw (not verified)on Mon, 08/24/2015 - 15:39

pls i always eet this error how do i go by it\ Parse error: syntax error, unexpected 'mysql_select_db' (T_STRING) in C:\xampp\htdocs\schoolsoft\Connections\connection.php on line 12
Submitted bypromeon Tue, 11/24/2015 - 22:44

mysql_fetch_array() expects parameter 1 to be resource, boolean given is appearing on may pages
Submitted bydeazureon Wed, 01/06/2016 - 22:07

Hello i want to have more information about your project in order to complete some code. i look that some file missing . can i have documenation of your project. thanks

open your schoolsotf ,then open incs then find login.php open it then find line 32 in pass change to password
Submitted byomotayo blessing (not verified)on Sat, 09/01/2018 - 09:31

Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/counptyt/demo.countriscan.com/schoolsoft/Connections/connection.php on line 11
Submitted bymundamasoom (not verified)on Tue, 09/17/2019 - 00:14

Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\schoolsoft\Connections\connection.php:11 Stack trace: #0 C:\xampp\htdocs\schoolsoft\config.php(2): require() #1 C:\xampp\htdocs\schoolsoft\index.php(14): require_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\schoolsoft\Connections\connection.php on line 11

Add new comment