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

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

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

Man, that great, keep it up!

Very nice projects. But sir login problem. Can not connect with sql

Thanks for your source code

pls can u send this complete project with source code to [email protected]

Here are New Source codes which are full version and ready to used for students and bUsiness purpose. https://www.facebook.com/studentprojectcodes

hello bro, can you please give the setup instruction which program setup for run this site.

this project is better for college

Dear Sinam jackson Hreb, Your Project Not Working, Problem of login System.Pls Give me fresh copy & my mail id is [email protected].

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()

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

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..

asking for the winrar file password

hi, can you email me the password to decompress the zip file @[email protected], thank you

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