SchoolWebTech

Language

Jackson

School Web Tech is my project created in PHP/mysql. It is a multipurpose school management software that can be used by various schools worldwide for all administration, management and learning related activities.

It can be used to manage students, teachers, employees, subjects, teachers and students payments, attendances, grading and all the system and process related to running school efficiently to mention but a few.........

It has four access levels according to the tasks to be performed and these are the login credentials.

Admin: admin|admin
Secretary:secretary|admin
Bursar:bursar|admin
Teacher:jackson:abc123

[email protected]
@Hjacksons
www.facebook.com/sinamjackson
+256787792428
+256759253836


Happy Codding!


Updated Version available. latest version updated in 2021

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 bysaeed moroojo (not verified)on Sat, 10/04/2014 - 21:50

In reply to by sinamjackson hreb (not verified)

sir school web teach is not working login problem can you give me completely sourse code saeedmoroojo@outlook. com
Submitted byonyango sonford (not verified)on Sun, 03/09/2014 - 00:09

hi how can i upload a an image in the passport side

nice program bro. i suggest can you modify these and insert with ID No. for the identification of the students!!nice program!!!love it
Submitted byuganda (not verified)on Sun, 03/16/2014 - 03:44

Man, that great, keep it up!
Submitted byIman Sikdar (not verified)on Sun, 03/23/2014 - 14:18

Very nice projects. But sir login problem. Can not connect with sql
Submitted bybruno4eva (not verified)on Thu, 04/03/2014 - 07:47

Thanks for your source code
Submitted byJyothi.S (not verified)on Thu, 04/10/2014 - 20:30

pls can u send this complete project with source code to [email protected]
Submitted bywahab707on Tue, 09/16/2014 - 16:36

Here are New Source codes which are full version and ready to used for students and bUsiness purpose. https://www.facebook.com/studentprojectcodes
Submitted byshaon (not verified)on Sun, 09/28/2014 - 21:45

hello bro, can you please give the setup instruction which program setup for run this site.
Submitted bymohdjavedon Wed, 10/08/2014 - 15:45

this project is better for college
Submitted byrubelmg8 (not verified)on Wed, 01/21/2015 - 17:35

Dear Sinam jackson Hreb, Your Project Not Working, Problem of login System.Pls Give me fresh copy & my mail id is [email protected].
Submitted byTaurai Ronald (not verified)on Tue, 03/10/2015 - 15:42

Can you please send me the complete source code and mysql for the database...thanks!

If you are having issues login in i did some modification and got it working. I am a PDO guy so i didn't use mysql approach:
  1. //PDO
  2. $sqlA = "SELECT * FROM users WHERE username=? AND password=? AND LEVEL=?";
  3. $pdo=new PDO('mysql:host=localhost;dbname=vision','root','');
  4. $stmt=$pdo->prepare($sqlA);
  5. $stmt->execute(array($username,$pass,$level));
  6. $row=$stmt->fetch();
  7. if($row['LEVEL']){
  8.  
  9. session_start();
  10. $_SESSION['user_id']=$row['user_id'];
  11.  
  12. ?>
  13. <p align="center">Login Successful</p>
  14. <br />
  15. <br />
  16. .........
  17. <p align="center">
  18. <meta content="2;home.php?action=home" http-equiv="refresh" />
  19. </p>
  20. <?php
  21. }else{.....
then you can continue with the remaining else part user: admin pass:admin Or you can simply add a user and password to the database by inserting a username asnd an md5 encrypted password although i will encourage switching to password_hash()
Submitted bykimokot (not verified)on Fri, 04/10/2015 - 21:51

If you are having issues login in i did some modification and got it working. I am a PDO guy so i didn't use mysql approach:
  1. //PDO
  2. $sqlA = "SELECT * FROM users WHERE username=? AND password=? AND LEVEL=?";
  3. $pdo=new PDO('mysql:host=localhost;dbname=vision','root','');
  4. $stmt=$pdo->prepare($sqlA);
  5. $stmt->execute(array($username,$pass,$level));
  6. $row=$stmt->fetch();
  7. if($row['LEVEL']){
  8.  
  9. session_start();
  10. $_SESSION['user_id']=$row['user_id'];
  11.  
  12. ?>
  13. <p align="center">Login Successful</p>
  14. <br />
  15. <br />
  16. .........
  17. <p align="center">
  18. <meta content="2;home.php?action=home" http-equiv="refresh" />
  19. </p>
  20. <?php
  21. }else{.....
then you can continue with the ramining else part
Submitted byEng Adel Hagi … (not verified)on Fri, 04/10/2015 - 23:22

Hi guys first i want to thank mr.Jackson his success program After thanking , guy this project has no any ERROR only your Problem is : you are not creating again db using server XAMPP or WAMP or APPACHE, after you create db again every thing will work successfully. NOTE: all of you you downloaded the code and want to run that is imposible with out creating agian db .....thanks all

I would like to inform sourcecodester programmers that complete and clean version of the system is available. contact me..
Submitted byMicHael psycho (not verified)on Sun, 05/03/2015 - 21:37

asking for the winrar file password

Submitted bymeka.sama14 (not verified)on Sun, 05/31/2015 - 11:51

hi, can you email me the password to decompress the zip file @[email protected], thank you
Submitted byninadon Mon, 06/01/2015 - 19:41

Can you please send me the complete source code and mysql for the database...thanks! zip file password MY EMAIL ID [email protected]

Add new comment