Student Result Management system
Project Name | Student Result Management System |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Last Updated | 08 Feb 2021 |
Project Demo ————————
View Demo | Installation Guide |
Student Result Management System divided in two modules–
- Student
- Admin
Admin Features
- Admin Dashboard
- Admin can add/update/ Class
- Admin can add/update/ Subjects
- Admin can add/update/ Active/Inactive Subject combination with class
- Admin can register new student and also edit info of the student
- admin can declare/ edit result of a student.
- Admin can change own password
Admin Dashboard
Student Result Search
Student Result
Students-
- Student can search their result using valid rollid.
How to run this Project
1. Download and Unzip the file on your local system copy srms folder.
2. Put srms folder inside the root directory
Database Configuration
Open phpmyadmin
http://localhost/phpmyadmin
Create Database srms
Import database srms.sql (available inside the zip package)
For User
Open Your browser put inside browser “http://localhost/srms”
Details of student —
Student name– Anuj Kumar
Roll id–10861
Student Class: Fourth(C)
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username: admin
Password: Test@123
very amazing project idea ji
thanks for helpful life ji
Nice
Sir I installed everything on local. But I get the following error Connection failed: SQLSTATE[HY000] [1049] Unknown database ‘srms’ . Just for the sake of it in the config.php file , I changed the database name to mysql ( mysql is an existing default databse in server ). The connection is no more ( php able to connect to database named mysql in side localhost ). What could be the problem with connecting to srms? I also created a temp1 database. I get same error. php nt able to connect. Server: MySQL (127.0.0.1 via TCP/IP) PHP version: 7.3.12 Please help sir
Looks like database connection error. Configure your db properly.
Many many thanks for this software and it’s awesome but need some little css design. thank you again
there is delete record in this system?
if no can you pls add delete system
This feature not available.
Could you please update the result.php ..please add pass or fail option.if she/he gain pass marks it shows Pass else Fail
please sir add this option .
I will add this feature in the next version.
Can I upload this on the online website?
I upload it to my online website every this is working fine. All Creating systems are working but managing systems are not working ..how can I fix it, sir.
It’s working fine.Can you share your error screen at support@phpgurukul.com
Does this project contain trigger and stored procedure??? Please answer sir. I really want to know.
No
Thanks for the reply sir. we can include trigger and stored procedure in my end right by writing some lines of code (in phpmyadmin)?
Is it possible for me to add more admin account?
You have to add manually to the database.
hy Bro I Need A help in this projects..please help me out
What help you need?
Is trigger included in this?
No
Sir pls is there source code for e learning system?
Not available.
can you explain, what is the way to enable pdo ?
visit this link https://docs.faircom.com/doc/php/71220.htm
it does not work with php 7.1
It will work. If you are getting any error, let me know.
ok, it works fine, I just needed to enable pdo, thanks
IS IT POSSIBLE TO CHANGE MYSQLI AND PHP FILE TO BE EXECUTABLE FILE (.EXE)
if is possible program can i use to convert?
i want to prepare student system which enable teacher to upload his/her subject score by using csv file according to subject code registered and student registration number and year of study automatic in the database. sir can you help me that sample of code and sql?
I will upload tutorial soon.
it cant download a report
Report is paid. You can purchase from here : https://products.phpgurukul.com/product/student-result-management-project-report/
Sir, marksheet download nhi ho rha hai..
Dompfd support ho rha hai ya nhi….kaise check
kre..
I will fix this issue.
Dompfd support nhi ho rha hai…
Download marksheet kaise kre..
Hello sir, Can you provide me the source code of global school management system for free
Right now not available.
can you please tell me where is the source code of the project?
download link given above you can download from there.
Hello,
I am using PHP 7 and I have also imported latest version of DomPdf. But the downloaded file doesnt show me the marks value.
Can you please help me out on this?
Can you share the error?
I found the marks and subjectname value was not getting fetched in the code, but the code at the top was working fine so I made some changes to the $qery variable and wrote a new single query instead of two different queries as in your code but still facing the same issue.
I have executed the same query in MySQL and it gives me the required output.
I am using the following SQL Query:
$qery=”select t.StudentName,t.RollId,t.ClassId,t.marks,t.SubjectName,t.ClassName,t.Section from (select ts.StudentName,ts.RollId,ts.ClassId,tc.ClassName,tc.Section,tr.marks,tr.SubjectId,ts.StudentId,tls.SubjectName from tblstudents as ts, tblresult as tr,tblclasses as tc, tblsubjects as tls where tr.StudentId=ts.StudentId and tr.ClassId=tc.id and tr.SubjectId=tls.id) as t where t.RollId=? and t.ClassId=?”;
$stmt21 = $mysqli->prepare($qery);
$stmt21->bind_param(“ss”,$rollid,$classid);
$stmt21->execute();
Hello Sir,
Did you found the solution for the error that I am facing?
I need it urgently because I have to Submit it in next 2 days.
Please help me out with it.
Its working fine at my end. if you have any desk software I check your problem through remote computer share your any desk id at phpgurukulofficial@gmail.com
Is it works on PHP 5.3.0?
use php5.6 or above version
sir how can i import this project into net beans
no
hello sir pls help me for this project how to update class for pass student and i want to display the all class report (class toppper , subject topper )
I will consider these features
It does not work. I’ve put this in a public-html file. It’s showing this like this Error: SQLSTATE[HY000] [1045] ProxySQL Error: Access denied for user ‘root’@’2a02:4780:bad:f00d::10’ (using password: NO)
Looks like a database configuration problem. Check database credentials in config.php file.
It does not work. I’ve put this in a public-html file. It’s showing this like this Error: SQLSTATE[HY000] [1045] ProxySQL Error: Access denied for user ‘root’@’2a02:4780:bad:f00d::10’ (using password: NO) Same bro
Looks like database connection error. Check the database connection file.
I have uploaded on my website for test and i got many error after upload,
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home4/p328a6lm/result.sawatpansar.com/manage-classes.php:2) in /home4/p328a6lm/result.sawatpansar.com/manage-classes.php on line 3
/home4/p328a6lm/result.sawatpansar.com/manage-subjects.php on line 3
subjectcombination.php:2) in /home4/p328a6lm/result.sawatpansar.com/manage-subjectcombination.php on line 3
/home4/p328a6lm/result.sawatpansar.com/manage-students.php on line 3
/home4/p328a6lm/result.sawatpansar.com/manage-results.php on line 3
For this problem visit this- https://stackoverflow.com/questions/10612163/troubleshooting-warning-session-start-cannot-send-session-cache-limiter-h/10612498
Password does not change
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username : admin
Password : Test@123
sir password is not supporting admin
Login Details for admin :
Username : admin
Password : Test@123
bro please tell me what is the password and user name of admin panel
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username : admin
Password : Test@123
its not working. it shows invalid host
Check hostname in the config file.
Thanks for the script sir.I can’t stop visiting this site.
However,pls help with the add result from the addmin
How can I help you ?
can u tell me how to add report on this project like grade a when 75 % and so on.
also u can tell me how to free download documentation for this project. plzzz
I will add this feature soon.
Sir please make application like inventory management system. In this application put ip hardware type, company name, product name, hardware serial no., hardware module number, inventory number, purchase date, installation date, distribute to user, user detail, ip address of hardware if it is computer, purchase from retailer detail, purchasing detail and same it connect with cms. then user can select product from entire detail and log a complain. We check your website and take part in demo, I am very greatfull, because all application is very very good. No problem in a single application. Thanks and please provide inventory management system.
ok. I will upload soon.
Sir I am not able to login in admin login panel
I tried admin as username
And Test@12345 as password many times but it is not happening sir help me sir very urgent sir please help sir
Please tell me what to do is not login in
Every time it shows localhost says invalid details
Help me sir
Password is Test@123
invalid admin login what to do?
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username : admin
Password : Test@123
how to install and start it?
How to run this Project
1. Download and Unzip file on your local system copy srms folder.
2. Put srms folder inside root directory
Database Configuration
Open phpmyadmin
Create Database srms
Import database srms .sql (available inside zip package)
For User
Open Your browser put inside browser “http://localhost/srms”
Details of student —
Student name– Anuj Kumar
Roll id–10861
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username : admin
Password : Test@123
2. Put srms folder inside root directory
Which directory
I am using windows can you tell me where is that directory?
root directory
for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
hey sir,
i like your post nd i want to make this student result management system using mean stack (MongoDB, Express.js, Angular, and Node.js)
Can you help meee sir if you help me i will pay you as a student. i need help sir.
I only work on PHP and MySQL.
i am working on same project in mean stack
sir i cannot download the result.it just shows a blank white page when i click the download button
Check dompdf compatiblety
How to add delete option in srms project.. will u please send me d code
This feature not available. You have to add this feature yourself. For deletion visit this tutorial– https://goo.gl/yUf273
Thank you for your upload. That’s what I can give you. I just want to ask you some Questions/give u some feedback’s.
1. Instead of adding students list one-by-one if you put some ways like uploading the excel file or sql, it’ll be easy.
2. There is only updating option of the data, what if I want to delete?
That’s all I want to ask, thank you
These feature not available. You can add these feature by yourself.
please user name and password
Username is admin and password is Test@123
admin login is not working sir
Username is admin and password is Test@123
i am not able to join into the admin login,if anyone would help me out with this ,it would certainly be a great help
Username is admin and password is Test@123
my result has not download
share your error
please fix the manage Result sir
What error are you getting?
sir, you did good work. i welcome you, i need small correction about the work… how to search student result without class option?
without class not possible
hello sir pls help me i am unable to login to admin it says invalid details. I tried admin/Test@123 as well
I liked your page
but download link is still disable
Sir plz help me …
Check your mail bOx
can you send me your mail id plz……
phpgurukulofficial@gmail.com
Sir! I have send You email. plz reply me…….
can i get this code sir?
Download link given above you can download from there.
Hello how much is the School Admin software and how do I purchase?
Right now not available
where is root directory in our system?
where to paste srms folder
plzz reply asap
for xampp root directory is xampp/htdocs
For wamp root directory is wamp/www
@phpgurukul:disqus please send this project on hdpicpromotion@gmail.com
Download link given above. Please like any social media link for unlock download link.
how to change marks out of 100 to other?
hello sir i am unable to login to admin it says invalid details!! i tried admin/Test123 as username and password still it is not working pls help me
Username is admin and password is Test@123
hello sir i could’nt login to admin it says invalid details. I tried admin/Test@123 still it is not working. can u pls help me i hav got my internals next week and i need to show at least something about my project.Pls do helpme sir
Sir! Why u r not reply on my Mail that I have send you………..
plz reply I need ur help plz
can i upload this project in my online hosting(godaddy)
Yes
The download link is still disable
sir plz help me…
How to download this project
Use social media to unlock download link
sir unable to login….it shows target actively refused it…….
Follow the instructions given above
bhai jaan admin panel open nai ho raha
Test@123
ye nai hy password
Username is admin and Password is Test@123
Sir! is this student result management system is created on PHP Framwork (like we create php projects on Lravel) or simply PHP project?
plz tell me I want to use it as my Assignment……..plz reply…..
This project in core PHP
Thank u….but i want to know more info about this project.
I will send u screenshot on your (phpgurukulofficial@gmail.com) gmail id plz reply me.
hello sir!
please i really need this project code,
here is my Gmail
kabeerabdull00@gmail.com
thank you sir.
Download link given above you can download from there.
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.33 (Win32) OpenSSL/1.1.0h PHP/7.1.17
this error plz help me sir.
1. Download and Unzip file on your local system copy srms folder.
2. Put srms folder inside root directory
Error at creating student class
What error you are getting ??
Good Morning sir!
i really need this project, i started think how should i get start this project for my school.
sir please here is my Gmail Account, pls send me the project Code.
kabeerabdull00@gmail.com
thanks.
Thank you!
I appreciate your work.
but I couldn’t find any way to delete
a student , class or a subject.
could you please help me.
Right now this feature not available
sir! i am unable to login as admin please replay the username and password
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin : admin/Test@123
Sir, I appreciate your work and effort
Pls, after downloading the software and unziped to my root directory i created a database ‘srms’ but as i tried to import the “srms.sql” file i got an error message:
(#1293 – Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause )
please help me resolve the issue. Thank you.
Update your MySQL version . Use MySQL 5.6 or above version
Please i need your contact or kindly through ppkobby@gmail.com
Thank you
is the
documentation for this project available ?
No
Hey, Thanks for the quick replies, Need some help with the codes can you please tell me where i can contact you ?
here’s my email
perfectomack@gmail.com
Check your mail box.
thanks you All right now !!!!
bro can you send me the zip file on my email aang.kurosaki@gmail.com
Could you plz send the project code to sarwar10el20@gmail.com.
I’m unable to download the file even I like the fb page.
Thanks..
Sent.
how i can get the project code
Download link given above. Please like any social media link for unlock download link.
I like fb page
But Download link still disable sir
send me plzzz
arifrahemi2013@gmail.com
thank you sir
manage-result.php is same as manage-student.php is it updated if yes plzz share the file at harikesh.thakare.74@gmail.com Thank you!!!
Hello Mr. Anuj Kumar. I love the Student Result Management system, very simple and good….I guess this configurations here has tp do with only localhost, (offline version) using xammp or any other local server. what about online configurations., here is my email address: goldnwbi@gmail.com. can we talk more?
Change the server db configuration in config.php
sir i liked your facebook page but i am not able to unlock the link a little help here.
Put srms folder inside root directory?
Where to put it sir
for xampp root directory is htdocs
for wamp root directory is www
Hello Mr. Kumar. We really appreciate the project, but perhaps you can help us further by uploading a video of the process for hosting the project on the web server.
Yes i need it too
ok. I will upload video till sunday
nice projects sir
Hello sir, thanks for the free source code.
Am having issues creating new class and subject. This error message keep showing when i click on create button “Oh snap! Something went wrong. Please try again”
hello sir i neet hotel management project send me @ subhashsuliya0@gmail.com
Right now not available
https://uploads.disquscdn.com/images/474a676a17aeb79c6a490adbba8fc6304786902ac0367d3ee66b1d04b98d880e.png
invalid ………….!!!!!!!!!!!!!!!!!!!
Can you fix the problem of result section . why its not taking any other students marks ……
How to upload bulk student details / result using excel!?
Right now not availbale
Sir , its showing error during uploading the sql file .sir please help me https://uploads.disquscdn.com/images/8b7680c10b5488091a64dce1185b1ab463e933af2f68b8ff1f02d9740f15e1c1.png
First create db arms then import SQL file
please work on it …….as soon as possible
Thank uh ! That was my mistake . Sir , the result section is not working . i tried to add the result for new student but the subjects option is not coming from where we should add the marks please fix it as soon as possible . And please send the modified project to my email chandankumarrana1898@gmail.com
please try to modify by this sunday only sir
please work on it ……
I love your work. Everything is working fine as described. I will be looking forward for update/upgrade i.e. by introducing 1st term, 2nd term & 3rd term(that’s a complete session) Thanks a lot.
Sir, can we display the rank? If can, please tell me how
I will add this function soon