SchoolWebTech

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
what's the password?
Complete Source Code
Projects Source Codes
instruction
Login Problam
wonderful project.
help
Can you Please send me the version you have or the password you use to unzip the folder
thanks
email - [email protected]
Cool system
Can you please send me the complete source code and mysql for the database...thanks!
ask the admin password , I
ask the admin password , I have a duty to make php program , but I do not understand , I'm a student , please send an email to me [email protected]
login
- //PDO
- $sqlA = "SELECT * FROM users WHERE username=? AND password=? AND LEVEL=?";
- $pdo=new PDO('mysql:host=localhost;dbname=vision','root','');
- $stmt=$pdo->prepare($sqlA);
- $stmt->execute(array($username,$pass,$level));
- $row=$stmt->fetch();
- if($row['LEVEL']){
- session_start();
- $_SESSION['user_id']=$row['user_id'];
- ?>
- <p align="center">Login Successful</p>
- <br />
- <br />
- .........
- <p align="center">
- <meta content="2;home.php?action=home" http-equiv="refresh" />
- </p>
- <?php
- }else{.....
I WANT THE NEW UPGRADE
KINDLY SEND ME THE NEW UPGRADE VERSION TO [email protected]
WHAT IS THE SOLUTION TO THE OLD VERSION LOGIN PROBLEM.
Thank u
login issue
- //PDO
- $sqlA = "SELECT * FROM users WHERE username=? AND password=? AND LEVEL=?";
- $pdo=new PDO('mysql:host=localhost;dbname=vision','root','');
- $stmt=$pdo->prepare($sqlA);
- $stmt->execute(array($username,$pass,$level));
- $row=$stmt->fetch();
- if($row['LEVEL']){
- session_start();
- $_SESSION['user_id']=$row['user_id'];
- ?>
- <p align="center">Login Successful</p>
- <br />
- <br />
- .........
- <p align="center">
- <meta content="2;home.php?action=home" http-equiv="refresh" />
- </p>
- <?php
- }else{.....
there is no ERROR
CAN I GET THE SOURCE CODE
password on the zip file
Can I Get the code
pass
passwordzip
source code
Add new comment
- Add new comment
- 1323 views