School Management System Using PHP
Submitted by turinawe vian on Tuesday, August 4, 2015 - 21:16.
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
i have solved the problem. go
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
pls i always eet this error
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
Error on thr fetch
mysql_fetch_array() expects parameter 1 to be resource, boolean given is appearing on may pages
want to have more info
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
Deprecated: mysql_pconnect(): The mysql extension is deprecated
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
error how can solve this
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
- Add new comment
- 1582 views