Student Result Management System with Source Code is a PHP project that can manage the student remarks digitally. The project was made by the use of these languages: PHP, MySQLi and Javascript.
The system is easy to manage, and the admin is the only one authorized to manage all the information within the system. The admin can add new students, create class, add subjects, and generate student results. The student can only view the result by entering their roll id.
The system has a feature that can generate the overall result of students, and it can also download the result as a PDF format.
The tools used in this project are:
- HTML: Page layout and design
- CSS: Design
- JS: Frontend
- PHP: Backend
- Bootstrap
- Java Script
Project Features:
- Student Dashboard
- Student Classes
- Create Classes
- Manage Classes
- Create Subjects
- Manage Subjects
- Add Subject Combination
- Manage Subject Combination
- Student CRUD
- Add Result
- Manage Result
- Can Input Grades for Result
- Can View Full Screen
- Can Download Result in PDF with the Roll Number
- Login/Logout
How To Run??
To run this project you must have installed a virtual server i.e XAMPP on your PC. Student Result Management System in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “srms” and then click on the import tab
7th Step: Click on browse file and select “srms.sql” file which is inside the “db” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/studentresult/index.php”
or the project demo, have a look at the video below:
Download Here
when i am trying to execute the
7th Step: Click on browse file and select “srms.sql” file which is inside the “db” folder
8th Step: Click on go. I am receiving a error like this
Error
SQL query:
—
— Database: `srms`
—
— ——————————————————–
—
— Table structure for table `admin`
—
CREATE TABLE `admin` (
`id` int(11) NOT NULL,
`UserName` varchar(100) NOT NULL,
`Password` varchar(100) NOT NULL,
`updationDate` timestamp NOT NULL DEFAULT ‘0000-00-00 00:00:00’ ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
MySQL said: Documentation
#1046 – No database selected
WAS THE PROBLEM SORTED?
result pdf is not getting download pls help me anyone
what’s the admin password
when i am trying to execute the 9th step which is “Open a browser and go to URL “http://localhost/studentresult/index.php”
I am receiving a error like this “Error: SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)”. Can u help me out as soon as possible because i have to submit the project in 2 days.
same i am getting this error to
same i am getting this error to
so when i am entering the url localhost/studentresult/index.php its showing url does not exist
I’m getting this error for dowloading the marksheet.
Fatal error: Uncaught Dompdf\Exception: file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated 8192 in C:\xampp\htdocs\StudentResult\dompdf\src\Helpers.php:436 Stack trace: #0 [internal function]: Dompdf\Helpers::record_warnings(8192, ‘file_get_conten…’, ‘C:\\xampp\\htdocs…’, 340) #1 C:\xampp\htdocs\StudentResult\dompdf\src\Css\Stylesheet.php(340): file_get_contents(‘C:\\xampp\\htdocs…’, NULL, NULL) #2 C:\xampp\htdocs\StudentResult\dompdf\src\Dompdf.php(582): Dompdf\Css\Stylesheet->load_css_file(‘C:\\xampp\\htdocs…’, 1) #3 C:\xampp\htdocs\StudentResult\dompdf\src\Dompdf.php(731): Dompdf\Dompdf->processHtml() #4 C:\xampp\htdocs\StudentResult\download-result.php(137): Dompdf\Dompdf->render() #5 {main} thrown in C:\xampp\htdocs\StudentResult\dompdf\src\Helpers.php on line 436
Nice system, Thanks friend!, everything is working fine, only the ‘pdf result’ when I click on download and it generate it, but when I tried to open the file downloaded result.pdf, Acrobat says pdf is damaged, I am learning to develop in PHP, thanks!! I got installed php 7.3
I fix the issue, check this in the code $dompdf->render();
ob_end_clean();
$dompdf->stream(“result”);
Where I can Find Admin Password
if you had find give me too
Sir could you provide report of this.
i will make soon
i has done already but
don’t place for student login
help me please
i need source code
good job