Student Record System In php
Project Name: Student Record System
Technologies Used : PHP 5.6, MYSQL, HTML,CSS, JAVASCRIPT, JQUERY, AJAX
Features of Projects
- Course Creation(Add, edit and delete)
- Subject combination with Course (Add, edit and delete)
- Students Registration
- Manage Student(View ,edit and Delete)
- Login
- logout
Upcoming Features
- Admin Profile
- Admin change Password
- Remember me option
- Forgot password
Database tables
cities |
countries |
registration |
session |
states |
subject |
tbl_course |
tbl_login |
Software Requirement(any one)
- WAMP
- XAMPP
- MAMP
- LAMP
Installation Steps(Configuration)
1. Download and Unzip the file on your local system.
2. Put this file inside xampp/htdocs/ .
3. Database Configuration
Open phpmyadmin
Create Database schoolmanagement.
Import database schoolmanagement.sql
Open Your browser put inside browser “http://localhost/schoolmanagement/”
Login Details Admin :
Username/Password : admin/admin
Disclaimer : This project is not for Commercial use.
Tank’s You fo share schoolmanagement
I will try start to learn.. PHP
hello… Mr. AnujKumar
Your Project Is Very Help full.
Can You Make An Project for Sutdents. like i am study At abc tution . i give Exams Every Week. perants see online result in Oure tution Website
I am Mechanical Engineer But Move to software Field After 5 Years .
This Site very use full for Hand and I am easy way learn to know about php start to end.
Thanks Kumar for these awesome project, Please can you add student login to the system? in such a way student can login to view/edit profile, upload picture and register their courses online for a particular session..? Thanks, i hope am not asking much!
User module is not available in this project. For course registration check this project https://phpgurukul.com/online-course-registration-free-download/
Hi there, this looks fantastic. We are a small private higher education college with maximum 100 students. Would this program work for us?
Yes
gud project helpful; kindly check session tab not working or not change. pls update
Ok. I will fix this
please sir is ki video v bnaiye
I will upload soon.
Sir
After importing schoolmanagment database it shows
Error
SQL query:
/*!40101 SET NAMES utf8mb4 */;
MySQL said: Documentation
#1115 – Unknown character set: ‘utf8mb4’
Sir please help me there is my project submission in ending of this month, I am a repeater student of tybsc(cs) my all subjects are cleared but I have only one kt remaining in project.
So I please request u to reply me as soon as possible.
And send me complete code of this project to my email id : swapnilbamble77786@gmail.com
Update your xampp or wamp bcz database not supporting character set utf8mb4
Thanku sir it worked.
can u send peoject report
Report is paid. You can purchase from website.
*****Showing This Error
Warning: mysqli::__construct(): (HY000/1049): Unknown database ‘schoolmanagement’ in C:\xampp\htdocs\schoolmanagement\config\Database.php on line 21
Fatal error: Failed to conencto to MySQL: Unknown database ‘schoolmanagement’ in C:\xampp\htdocs\schoolmanagement\config\Database.php on line 26
First, create a database schoolmanagement then import sql file
update session is not working how to solve this issue
Share your error
hello sir , can i get complete code for student management system
Not available.
this is interesting…. i am a graduate of computer science… i am looking forward to learning web development. thanks.
sir it will save the data from registration but the saved data is not displaying on view or backend
Issue fixed . Download latest updated code.
please send me the download link
alexander_rovio@yahoo.com
Download link given above. Please like any social media link for unlock download link.
Can you provide the link to download your SRS (software requirement specification) ?
Right now not available.
Nice project,
Source code plz
mdnayan7898@gmail.com
Download link given above you can download from there.
hello…can i get the complete code for student record system in php. My email is dimplegahlot2@gmail.com
Download link given above you can download from there.
Hey how do i fix this error
“Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
Hey how do i fix this error
“Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
siR GIVE ME A SLOUTION
LOGIN SYSTEM NOT WORKING BECAUSE THIS ERROR.
PLS HELP ME
admin password = ?
Login Details
Admin : Username/Password : admin/admin
Hi sir. Can i get the complete code of this online library management? My mail id is bharon78@gmail.com
@Anuj Kumar:disqus
Mail sent.
send me student record system to khardekar.rushikesh@gmail.com
sent
can you send me fileAsAp
Thank you, master! Superb and intelligent
Hey how do i fix this error “Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
hello…can i get the complete code for student record system in php. My email is iejadin@yahoo.com
Mail sent
update file , not running
ok. i will check
I am not getting state in Select column
check states table in db
Hi sir I using this code to my site but isnt responde..?
Fatal error: Error in query: in C:xampphtdocsschoolmanagementconfigDbFunction.php on line 22
what is the problem with this?
Looks like db connection problem
how can i solve it sir Anuj?
Provide valid details in db connection file
how can i do that by replacing your provided db file?
when i hit log-in its says
Fatal error: Error in query: in C:xampphtdocsschoolmanagementconfigDbFunction.php on line 22
ahhhh I import a wrong database.. thank you sir for fast reply
source code please
#Student Record System In php
Mail Sent
thanks
Warning: mysqli::__construct(): (HY000/1049): Unknown database ‘schoolmanagement’ in C:xampp2htdocsschoolmanagementschoolmanagementconfigDatabase.php on line 21
Fatal error: Failed to conencto to MySQL: Unknown database ‘schoolmanagement’ in C:xampp2htdocsschoolmanagementschoolmanagementconfigDatabase.php on line 26
sir, what should i do?
Open phpmyadmin
Create Database schoolmanagement.
Import database schoolmanagement.sql
thanks
source code please
Sir I need report for this project.. I will pay you money
Right now not available
send me download link asharma10@gmail.com
mail sent.
me small
hello , please why don’t extrct zip?
Hi
I download student record system,
I follow instruction, while configuration database, when i tried to import sql file then following errors occur
https://uploads.disquscdn.com/images/561703002d85e5ca3ac13e33e389273576d30d453dc3e3f3d0e6044cad7e5369.png
Please help !
Hi Parag,
That is because of server SQL Mode – NO_ZERO_DATE.
Run this script in schoolmanagement db
CREATE TABLE IF NOT EXISTS `subject` (
`subid` int(11) NOT NULL,
`cshort` varchar(50) NOT NULL,
`cfull` varchar(250) NOT NULL,
`sub1` varchar(250) NOT NULL,
`sub2` varchar(250) NOT NULL,
`sub3` varchar(250) NOT NULL,
`dt_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
INSERT INTO `subject` (`subid`, `cshort`, `cfull`, `sub1`, `sub2`, `sub3`, `dt_created`) VALUES
(3, ‘8’, ‘MASTER OF SCIENCE’, ‘Mathematics’, ‘Physics’, ‘Chemistry’, ‘2016-04-16 18:08:27′),
(6, ’10’, ‘BACHELOR OF TECHNOLOGY’, ‘Engineering Drawing’, ‘Computer Programming’, ‘Computer Science Essentials’, ‘2016-04-16 19:51:43’);
ALTER TABLE `subject`
ADD PRIMARY KEY (`subid`);
ALTER TABLE `subject`
MODIFY `subid` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=7;
I have CREATE TABLE named subject
then i goto insert and paste this string but its not run
What error you get
https://uploads.disquscdn.com/images/35ea96b8790a13808d5d8cccf8f98ab6f392edeaa374c3fe4bb04fc6bd2bcc65.png
Nice project,
Source code plz
mdnayan7898@gmail.com
Download link given above you can download from there.
hello…can i get the complete code for student record system in php. My email is dimplegahlot2@gmail.com
Download link given above you can download from there.
Hey how do i fix this error
“Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
siR GIVE ME A SLOUTION
LOGIN SYSTEM NOT WORKING BECAUSE THIS ERROR.
PLS HELP ME
Hey how do i fix this error
“Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
Can you provide the link to download your SRS (software requirement specification) ?
Right now not available.
admin password = ?
Login Details
Admin : Username/Password : admin/admin
Hey how do i fix this error “Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php:1) in /Applications/MAMP/htdocs/schoolmanagement/config/DbFunction.php on line 38 ” thanks in advance
please send me the download link
alexander_rovio@yahoo.com
Download link given above. Please like any social media link for unlock download link.
Sir I need report for this project.. I will pay you money
Right now not available
Is It Available Now ? for purchase
Project is free. Only report is paid.
Fatal error: Error in query: in C:xampphtdocsschoolmanagementconfigDbFunction.php on line 22
what is the problem with this?
Looks like db connection problem
how can i solve it sir Anuj?
Provide valid details in db connection file
how can i do that by replacing your provided db file?
when i hit log-in its says
Fatal error: Error in query: in C:xampphtdocsschoolmanagementconfigDbFunction.php on line 22
ahhhh I import a wrong database.. thank you sir for fast reply
ok
yes..!!! thank you sir..
sir can yo do a simple system that monitor the student, that every time they were improper uniform they’ll get fine’s.. please… please.. sir..
Ok . I will consider this feature
send me student record system to khardekar.rushikesh@gmail.com
sent
can you send me fileAsAp
hello…can i get the complete code for student record system in php. My email is iejadin@yahoo.com
Mail sent
Thank you, master! Superb and intelligent
send me download link asharma10@gmail.com
mail sent.
me small
update file , not running
ok. i will check
Hi sir. Can i get the complete code of this online library management? My mail id is bharon78@gmail.com
@Anuj Kumar:disqus
Mail sent.
hello , please why don’t extrct zip?
source code please
#Student Record System In php
Mail Sent
thanks
Warning: mysqli::__construct(): (HY000/1049): Unknown database ‘schoolmanagement’ in C:xampp2htdocsschoolmanagementschoolmanagementconfigDatabase.php on line 21
Fatal error: Failed to conencto to MySQL: Unknown database ‘schoolmanagement’ in C:xampp2htdocsschoolmanagementschoolmanagementconfigDatabase.php on line 26
sir, what should i do?
Open phpmyadmin
Create Database schoolmanagement.
Import database schoolmanagement.sql
thanks
source code please
I am not getting state in Select column
check states table in db
Hi sir I using this code to my site but isnt responde..?
Hi
I download student record system,
I follow instruction, while configuration database, when i tried to import sql file then following errors occur
https://uploads.disquscdn.com/images/561703002d85e5ca3ac13e33e389273576d30d453dc3e3f3d0e6044cad7e5369.png
Please help !
Hi Parag,
That is because of server SQL Mode – NO_ZERO_DATE.
Run this script in schoolmanagement db
CREATE TABLE IF NOT EXISTS `subject` (
`subid` int(11) NOT NULL,
`cshort` varchar(50) NOT NULL,
`cfull` varchar(250) NOT NULL,
`sub1` varchar(250) NOT NULL,
`sub2` varchar(250) NOT NULL,
`sub3` varchar(250) NOT NULL,
`dt_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
INSERT INTO `subject` (`subid`, `cshort`, `cfull`, `sub1`, `sub2`, `sub3`, `dt_created`) VALUES
(3, ‘8’, ‘MASTER OF SCIENCE’, ‘Mathematics’, ‘Physics’, ‘Chemistry’, ‘2016-04-16 18:08:27′),
(6, ’10’, ‘BACHELOR OF TECHNOLOGY’, ‘Engineering Drawing’, ‘Computer Programming’, ‘Computer Science Essentials’, ‘2016-04-16 19:51:43’);
ALTER TABLE `subject`
ADD PRIMARY KEY (`subid`);
ALTER TABLE `subject`
MODIFY `subid` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=7;
I have CREATE TABLE named subject
then i goto insert and paste this string but its not run
What error you get
https://uploads.disquscdn.com/images/35ea96b8790a13808d5d8cccf8f98ab6f392edeaa374c3fe4bb04fc6bd2bcc65.png