Pgdca Bvoc It Compressed
Pgdca Bvoc It Compressed
ON
Submitted to Dibrugarh
University
2021
Jintu Dutta
Professor,
Department of Information
NAZIRA
SIVASAGAR
This is to certify that the project entitled “STUDENT MANAGEMENT SYSTEM” submitted to
NAZIRA COLLEGE in partial fulfillment of the requirement for the BVOC IT 6th Semester
Examination is a work carried out by Guddu Dey and Jintu Dutta under my guidance.
Project Guide:
This is to certify that the project report entitled “student management system” submitted to Nazira
College for in partial fulfillment of the requirement for the BVOC IT 6th semester is evaluated by me on
_____________________________
……………………………………
Name: ...................................
Date: ……………………….
NAZIRA COLLEGE
NAZIRA
SIVASAGAR
ACKNOWLEDGEMENT
First of all, we are very much grateful to Dr Raju Phukan Principal, for providing us with the
necessary facilities and help to carry out the development of our project conveniently.
With great pleasure we express our deep sense of gratitude to my beloved guide Mr Panchanan
Saikia, Assistant Professor, Department of Information Technology, Nazira College for the providing
us facilities, valuable guidance and constant supervision for successful competition of the project work in on
time.
Last but not least, weextend our sincere thanks to all other faculty members of our college for
their support and encouragement
DECLARATION
We hereby declare that the project work entitled “STUDENT MANAGEMENT SYSTEM” submitted to
Nazira College B.Voc IT in partial fulfillment of the requirements for 6th semester BACHELOR OF
VOCATIONAL IN IT(INFORMATION TECHNOLOGY) is an authentic and original work carried out by
me under the guidance of
……………………….
We also declare the various contains incorporated in the project have not been submitted by in any form the
award of any degree of other institution or university.
JINTU DUTTA
• Abstract.
• Introduction.
• Objective of project.
• Scope of the project.
• Hardware And Software Specifiaction.
• ER Diagram.
• Screenshots.
• Conclusion.
ABSTRACT:
The project explains about the student management system. This project mainly explains
the various actions related to student details. This project shows some ease in adding,
editing and deleting the student details. It also provides a less time consuming process for
viewing, adding, editing and deleting the details of the students.
Admin Login
•
Insert Student Details
•
Update Student Details
•
Delete Student Details
•
INTRODUCTION
Student Management System is software which is helpful for students as
well as the school authorities. In the current system all the activities are
done manually. It is very time consuming . The Student Management
System deals with the various activities related to the students. are
mainly 2 modules in this software
Admin module
Student Module.
In the Software admin can login. Admin has the power to add new
student details and can edit and delete the student records. A student can
show their details . All the student can see their details.
OBJECTIVE OF PROJECT ON STUDENT
MANAGEMENT SYSTEM:
• Be easy to operate.
•Be expandable.
Hardware/software specification
Hardware specification:
RAM : 4GB
Software Specifications:-
ID
ADMIN
USERNAME PASSWORD
MANAGE
ID
P CON
NAME STUDENT
CITY
IMAGE
ROLL NO
STANDARD
LIST OF DATA TABLE:
Index.php Coding
<!DOCTYPE html>
<html>
<head>
</head>
<tr>
</tr>
<option value="1">1st</option>
<option value="2">2nd</option>
<option value="3">3rd</option>
<option value="4">4th</option>
<option value="5">5th</option>
<option value="6">6th</option>
<option value="7">7th</option>
<option value="8">8th</option>
<option value="9">9th</option>
</select>
</td>
</tr>
<tr>
</tr>
</table>
</form>
</body>
</html>
<?php
if (isset($_POST['submit']))
$standard=$_POST['std'];
$rollno=$_POST['rollno'];
include('dbcon.php');
include ('function.php');
showdetils($standard,$rollno);
?>
Database Connection Coding:
<?php
$con = mysqli_connect('localhost','root','','sms');
if($con==false)
?>
Screenshot Of Student Information Page:
Screenshot Of Login Page:
Screenshot Of Insert, Update And Delete Student Page:
References
[1]W3schools.com. For HTML, HTML tables. Online you can get here by go to this link
https://www.w3schools.com/html/default.asp
[2] W3schools.com. For CSS, CSS color, CSS border. Online you can get here by go to
this link https://www.w3schools.com/css/default.asp
[3] W3schools.com. For PHP, PHP while loop. Online you can get here by go to this link
https://www.w3schools.com/php/default.asp
Bibliography