Project Report
Project Report
Bachelor of Engineering in
Computer Science & Engineering
By
LEKHANA K R (1CR20CS102)
NEHA G (1CR20CS126)
CERTIFICATE
This is to certify that the Database Management System Project work entitled
“PLACEMENT MANAGEMENT SYSTEM” has been carried out by Lekhana K
R(1CR20CS102) and Neha G(1CR20CS126), bonafide students of CMR Institute of
Technology, Bengaluru in partial fulfillment for the award of the Degree of Bachelor of
Engineering in Computer Science and Engineering of the Visvesvaraya Technological
University, Belagavi during the year 2022-2023. It is certified that all corrections/suggestions
indicated for the Internal Assessment have been incorporated in the report deposited in the
departmental library. This Database Management System Projectreport has been approved as
it satisfies the academic requirements in respect of project work prescribed for the said Degree.
1.
2.
ii
DECLARATION
We, the students of V semester of Computer Science and Engineering, CMR Institute of
Technology, Bangalore declare that the project work entitled “Placement management
system ”been successfully completed under the guidance of Prof. Anjali Gupta,Assitant Professor
and Prof. Kartheek G C R ,Assistant Professor, Dept. of Computer Science and Engineering, CMR
Institute of technology, Bengaluru. This project work is submitted in partial fulfillment of the
requirements for the award of the Degree of Bachelor of Engineering in Computer Science and
Engineering during the academic year 2022-2023. The matter embodied in the project report has
not been submitted previously by anybody for the award of any degree or diploma to any university.
Place: Bangalore
Date: 23/01/2023
Team members:
LEKHANA K R (1CR20CS102)
NEHA G (1CR20CS126)
iii
ABSTRACT
The Placement Management System is a web-based system for managing student placement. The
website was created for students and professors at colleges and universities. The system preparation
materials for the students and also stores the alumni details where the students get the feedback from
the placed students.
It will be having three modules Admin,Student and Faculty. Admin will have access to the
website.Students can register and then can get the access to view all the details and also apply for the
job. Faculty can register and can view all the details .
iv
ACKNOWLEDGEMENT
I take this opportunity to express my sincere gratitude and respect to CMR Institute of
Technology, Bengaluru for providing me a platform to pursue my studies and carry out the
Database Management System Project.
It gives me an immense pleasure to express my deep sense of gratitude to Dr. Sanjay Jain,
Principal, CMRIT, Bengaluru, for his constant encouragement.
I would like to extend my sincere gratitude to Dr. Shreekanth M Prabhu, HOD,
Department of Computer Science and Engineering, CMRIT, Bengaluru, who has been a constant
support and encouragement throughout the course of this project.
I would like to thank my guide Prof. Anjali Gupta, Assistant Professor and Prof.
Kartheek G C R ,Assistant Professor, Department of Computer Science and Engineering, for
the valuable guidance throughout the tenure of the project work.
I would also like to thank all the faculty members of Department of Computer Science
and Engineering who directly or indirectly encouraged me.
Finally, I thank my parents and friends for all the moral support they have given me
during the completion of this work.
v
TABLE OF CONTENTS
vi
LIST OF FIGURES
Page No.
Fig 3.1 E R Diagram 5
Fig 3.2 Schema Diagram 6
Fig 4.1 Admin module 7
Fig 4.2 Student module 8
Fig 4.3 Faculty module 8
Fig 4.4 Interaction b/w modules and database 9
Fig 5.1 Home page 34
Fig 5.2 Login page 34
Fig 5.3 Registration page 35
Fig 5.4 Student details page 35
Fig 5.5 Admin page 36
Fig 5.6 Admin Student edit page 36
Fig 5.7 Job page 37
Fig 5.8 Company page 37
Fig 5.9 Alumni page 38
Fig 5.10 Training page 38
Fig 5.11 Schedule page 39
vii
LIST OF TABLES
Page No.
Table 4.5 Admin table 30
Table 4.6 Training table 31
Table 4.7 Student table 31
Table 4.8 Faculty table 31
Table 4.9 Student details table 32
Table 4.10 Schedule details table 32
Table 4.11 Company details table 33
Table 4.12 Job details table 33
Table 4.13 Alumni details table 33
viii
viii
Placement management system
CHAPTER 1
INTRODUCTION
Students in their final or third year of engineering college begin to feel the pressure of the
placement season as there are so many placement events going on around them. They want to
know where they stand in terms of job prospects and what they can do to better their chances.
The placement officer comes in handy at this point. The administration gives students critical
information on how to prepare for the placement season. When the majority of the work is
still done by hand, training and placement are critical components of every educational
institution.
For both the training and placement department and the students, a web application can be
developed to make the placement process easier and more successful. This program
establishes a regional network of training and placement cells, allowing each college and
student to be notified if a placement-related activity occurs at one of their colleges. This
method can help placement officers provide information about new firms.
Different accounts are created for the students and faculty. They can login with the registered
mail id. It has the feature that shows the information about the placement activities that take
place in the college so that the information about the placement drive can shared with all the
students.
1.1 Objectives
The Placement Management System is a web-based system for managing student placement.
The website was created for students and professors at colleges and universities. The system
preparation materials for the students and also stores the alumni details where the students get
the feedback from the placed students.
There are 3 modules such as Admin, Student and Faculty. The admin has the access to the
system for all kind of updating. The students can view the company details, job ,alumni
details and also access the study material required for interview . Students can also apply for
the job and details of the applied students are stored. The faculty can view the student details,
job and company details.
This project covers a large vary of data of all the students and are classified according to
various streams. Various companies can access the data of students and they can maintain and
update their information. Students can access previous regarding concerning.
1. View Student details
2. Company Page
3. View recruitment Schedule
4.View applied list of students
CHAPTER 2
SYSTEM REQUIREMENTS
The system requirements for a project outline the necessary hardware and software resources
for development, deployment, and operation. It is important to carefully consider and plan for
the system requirements of a project, as the wrong choices can lead to performance issues,
compatibility problems, or other issues that can impact the success of the project
Client-side software can run on any device that supports an internet connection and a web browser.
Dept.
1. of CSE, CMRIT 2022-2023 Page 3
Placement management system
CHAPTER 3
DESIGN
The design chapter of this project report outlines the process and considerations that went into
the design of the project. This includes the identification of design goals and objectives, the
collection and analysis of data, the development of the system or product design, and the
validation and testing of the design. The design chapter provides a comprehensive
understanding of the project's design, and is based on established principles and practices.
3.1 ER Diagram
The Entity Relationship (ER) diagram is a visual representation of the data model of the
Placement project. It illustrates the entities, attributes, and relationships between the different
elements of the data model, and provides a clear overview of the organization and structure of
the data. The ER diagram is an important tool for understanding the underlying data model of
the Placement project, and for identifying the relationships and dependencies between different
data entities. In the following sections, we will examine the ER diagram in detail and discuss
the design and implement.
Dept.
2. of CSE, CMRIT 2022-2023 Page 4
Placement management system
Dept.
2. of CSE, CMRIT 2022-2023 Page 5
Placement management system
The schema diagram is a visual representation of the structure and relationships of the database
used in the Placement project. It illustrates the tables, columns, and relationships between the
different elements of the database, and provides a clear overview of the organization and layout
of the data. The schema diagram is an important tool for understanding the underlying data
model of the Placement project, and for identifying the relationships and dependencies
between different data entities. In the following sections, we will examine the schema diagram
in detail and discuss the design and implementation of the database.
Dept.
3. of CSE, CMRIT 2022-2023 Page 6
Placement management system
CHAPTER 4
IMPLEMENTATION
4.1 Modules
The project is divided into 3 modules. 1) Admin module 2) Student module 3) Faculty
module Admin module: The admin has the access to the entire website where he can add ,
delete or update the data. Student module: Students can log in to the website or register if
he/she is the new user . They can access the study materials and can view the company and
job details that are currently recruiting. They can also view the feedback given in the
alumni table. Faculty module: They can view the details of the students ,company and job.
At first student or faculty logs in to the website. If the they are a new user they need to
register
Admin module
The admin logs in to the website. Admin can add the details,update the data and also
delete the data.
Student Module
In this module the student can register into the website . After that he can login with the
registered email and password. Students can see the student details who have applied for the
placement drive. Students can also apply for the job. They can also view company ,job,alumni
details. They can also access the training training materials.
Faculty module
In this module faculty can register into the website and then can log in to the with the
registered email and password. Faculties can view all the details of
students,company,job ,alumni,training and schedule details.
Dept.
5. of CSE, CMRIT 2022-2023 Page 9
Placement management system
4.2 Installation
To install and run the program successfully, follow the steps below:
- Host: 127.0.0.1
- Server version: 5.6.26
- PHP Version: 5.5.28
4.4 Code
login.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Dept.
4. of CSE, CMRIT 2022-2023 Page 10
Placement management system
<title>Document</title>
<link rel="stylesheet" href="login.css">
<style>
body, html {
height: 100%;
margin: 0;
}
.bg {
/* The image used */
background-image: url("gra.jpg");
/* Full height */
height: 100%;
Studentreg.php
<?php
if($_SERVER["REQUEST_METHOD"]== "POST")
{
include 'partials/_dbconnect.php';
$name= $_POST['name'];
$email= $_POST['email'];
$password= $_POST['password'];
$sql="INSERT INTO `students` (`name`, `email`, `password`, `date`) VALUES ('$name',
'$email', '$password', current_timestamp())";
///echo $sql;
$res=mysqli_query($conn,$sql);
if($res)
{
echo' You have registered Successfully!!';
header("location:studentsuccess.php");
}
Dept.
4. of CSE, CMRIT 2022-2023 Page 11
Placement management system
else{
echo'Failed';
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form align="center" action="/dbms_mnprjct/studentreg.php" method="POST">
<h1 align="center">REGISTER</h1>
<br>
<br>
<br>
Name<input type="text" name="name"><br>
<br>
<br>
Email<input type="email" name="email"><br>
<br>
<br>
Password<input type="text" name="password"><br>
<br>
<br>
<input type="submit" name="submit">
</form>
</body>
</html>
Studentsucess.php
<?php
if($_SERVER["REQUEST_METHOD"]== "POST")
{
include 'partials/_dbconnect.php';
$name= $_POST['name'];
$email= $_POST['email'];
$password= $_POST['password'];
$sql="INSERT INTO `faculty` (`name`, `email`, `password`, `date`) VALUES ('$name',
'$email', '$password', current_timestamp())";
echo $sql;
$res=mysqli_query($conn,$sql);
if($res)
{
echo'Success';
header("location:studentsuccess.php");
Dept.
4. of CSE, CMRIT 2022-2023 Page 12
Placement management system
}
else{
echo'Failed';
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form align="center" action="/dbms_mnprjct/facultyreg.php" method="POST">
<h1 align="center">REGISTER</h1>
<br>
<br>
<br>
Name<input type="text" name="name"><br>
<br>
<br>
Email<input type="email" name="email"><br>
<br>
<br>
Password<input type="text" name="password"><br>
<br>
<br>
<input type="submit" name="submit">
</form>
</body>
</html>
Facultyreg.php
<?php
if($_SERVER["REQUEST_METHOD"]== "POST")
{
include 'partials/_dbconnect.php';
$name= $_POST['name'];
$email= $_POST['email'];
$password= $_POST['password'];
if($res)
{
echo'Success';
header("location:studentsuccess.php");
}
else{
echo'Failed';
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form align="center" action="/dbms_mnprjct/facultyreg.php" method="POST">
<h1 align="center">REGISTER</h1>
<br>
<br>
<br>
Name<input type="text" name="name"><br>
<br>
<br>
Studentlogin.php
<?php
$login=false;
$error=false;
Dept.
4. of CSE, CMRIT 2022-2023 Page 14
Placement management system
if($_SERVER["REQUEST_METHOD"]== "POST")
{
include 'partials/_dbconnect.php';
$email=$_POST["email"];
$password=$_POST["password"];
if($num==1)
{
$login=true;
session_start();
$_SESSION['loogedin']= true;
$_SESSION['name'] = $name;
header("location:student.php");
}
else{
$error=true;
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="adminlogin.css">
</head>
<body>
<?php
if($login)
{
</div>';
}
if($error)
{
echo '<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Invalid Details!</strong>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
Dept.
4. of CSE, CMRIT 2022-2023 Page 15
Placement management system
</div>';
}
?>
<div class="full-page">
<br>
<br>
<h1 align="center" >LOGIN</h1>
<div class="admin-form">
<form align="center" action="/dbms_mnprjct/studentlogin.php" method="post">
<br>
<br>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" name="email" aria-
describedby="emailHelp">
</div>
<br>
<br>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" name="password">
</div>
<br>
<br>
</div>
</div>
</body>
</html>
Facultylogin.php
<?php
$login=false;
$error=false;
if($_SERVER["REQUEST_METHOD"]== "POST")
{
include 'partials/_dbconnect.php';
$email=$_POST["email"];
$password=$_POST["password"];
if($num==1)
{
Dept.
4. of CSE, CMRIT 2022-2023 Page 16
Placement management system
$login=true;
session_start();
$_SESSION['loogedin']= true;
$_SESSION['name'] = $name;
header("location:faculty.php");
}
else{
$error=true;
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="adminlogin.css">
</head>
<body>
<?php
if($login)
{
</div>';
}
if($error)
{
echo '<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Invalid Details!</strong>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>';
}
?>
<div class="full-page">
<br>
<br>
<h1 align="center" >LOGIN</h1>
<div class="admin-form">
<form align="center" action="/dbms_mnprjct/facultylogin.php" method="post">
<br>
Dept.
4. of CSE, CMRIT 2022-2023 Page 17
Placement management system
<br>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" name="email" aria-
describedby="emailHelp">
</div>
<br>
<br>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" name="password">
</div>
<br>
<br>
</div>
</div>
</body>
</html>
Student.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Page</title>
<link rel="stylesheet" href="login.css">
</head>
<body>
<div class="navbar">
<a href="login.php">Logout</a>
<button></button>
</body>
Dept.
4. of CSE, CMRIT 2022-2023 Page 18
Placement management system
</html>
Faculty.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Page</title>
<link rel="stylesheet" href="login.css">
</head>
<body>
<div class="navbar">
<a href="login.php">Logout</a>
<button></button>
</body>
</html>
Studentdetails.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table{
border-collapse: collapse;
width:100%;
color:#588c7e;
font-family:monospace;
font-size:25px;
text-allign:Center;
}
Dept.
4. of CSE, CMRIT 2022-2023 Page 19
Placement management system
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>USN</th>
<th>NAME</th>
<th>BRANCH</th>
<th>DOB</th>
<th>SEX</th>
<th>CGPA</th>
<th>BACKLOGS</th>
<th>JOB-ID</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT usn,name,branch,dob,sex,cgpa,backlogs,job_id from studentf";
$result= $conn-> query($sql);
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
Companydetails.php
Dept.
4. of CSE, CMRIT 2022-2023 Page 20
Placement management system
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table{
border-collapse: collapse;
width:100%;
color:#588c7e;
font-family:monospace;
font-size:25px;
text-allign:Center;
}
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>COMPANY-ID</th>
<th>COMPANY-NAME</th>
<th>TYPE</th>
<th>LOCATION</th>
<th>JOB-ID</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT company_id,c_name,type,location,job_id from companyf";
$result= $conn-> query($sql);
}
echo '</table>';
Dept.
4. of CSE, CMRIT 2022-2023 Page 21
Placement management system
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
Alumini.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table{
border-collapse: collapse;
width:100%;
color:#588c7e;
font-family:monospace;
font-size:25px;
text-allign:Center;
}
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>JOB-ID</th>
<th>JOB-NAME</th>
<th>TYPE</th>
<th>DESCRIPTION</th>
<th>VACANCY</th>
<th>SALARY</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT job_id,job_name,type,description,vacancy,salary from jobf";
$result= $conn-> query($sql);
Dept.
4. of CSE, CMRIT 2022-2023 Page 22
Placement management system
}
echo '</table>';
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
}
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>STUDENT-USN</th>
Dept.
4. of CSE, CMRIT 2022-2023 Page 23
Placement management system
<th>NAME</th>
<th>COMPANY-NAME</th>
<th>JOB-NAME</th>
<th>SALARY</th>
<th>TYPE</th>
<th>FEEDBACK</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT st_usn,s_name,company_name,job_name,salary,type,feedback from alumnif";
}
echo '</table>';
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
Schedule.php
<?php
include 'partials/_dbconnect.php';
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Data</title>
<style>
.btn{
Dept.
4. of CSE, CMRIT 2022-2023 Page 24
Placement management system
position: absolute;
top:3%;
left:70%;
}
</style>
</head>
<body>
<div class="btn">
<a href="admin.php">
<button >Back</button>
</a>
</div>
<table border=1 cellspacing = 0 cellpadding = 10>
<tr>
<td>Subject-name</td>
<td>Interview-Questions</td>
<td>Delete</td>
</tr>
<?php
<td>
<a class=.btn btn-primary btn-sm' href='deltr.php?id= <?php echo $row["id"]; ?>'>DELETE</a>
</td>
</tr>
<?php endforeach; ?>
</table>
<br>
</body>
Admin.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
Dept.
4. of CSE, CMRIT 2022-2023 Page 25
Placement management system
<style>
table{
border-collapse: collapse;
width:100%;
color:#588c7e;
font-family:monospace;
font-size:25px;
text-allign:Center;
}
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>SNO</th>
<th>DATE</th>
<th>TIME</th>
<th>COMPANY-ID</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT id,dt,tim,company_id from schedule";
$result= $conn-> query($sql);
</tr>
";
}
Dept.
4. of CSE, CMRIT 2022-2023 Page 26
Placement management system
}
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
Apply.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
table{
border-collapse: collapse;
width:100%;
color:#588c7e;
font-family:monospace;
font-size:25px;
text-allign:Center;
}
th{
background-color:#588c7e;
color:white;
}
tr:nth-child(even) {background-color:#f2f2f2};
</style>
</head>
<body>
<table border=1>
<tr>
<th>JOB-ID</th>
<th>JOB-NAME</th>
<th>TYPE</th>
<th>DESCRIPTION</th>
<th>VACANCY</th>
<th>SALARY</th>
Dept.
4. of CSE, CMRIT 2022-2023 Page 27
Placement management system
<th>APPLY</th>
</tr>
<?php
include 'partials/_dbconnect.php';
$sql="SELECT job_id,job_name,type,description,vacancy,salary from jobf";
$result= $conn-> query($sql);
while($row=$result-> fetch_assoc())
{
echo "
<tr>
<td>$row[job_id]</td>
<td>$row[job_name]</td>
<td>$row[type]</td>
<td>$row[description]</td>
<td>$row[vacancy]</td>
<td>$row[salary]</td>
<td>
<a class=.btn btn-primary btn-sm'
href='jobapply.php?id=$row[job_id]'>APPLY</a>
</td>
</tr>
";
}
echo '</table>';
}
else
{
echo "0 results";
}
?>
</table>
</body>
</html>
Delalumni.php
<?php
Dept.
4. of CSE, CMRIT 2022-2023 Page 28
Placement management system
.btn{
position: absolute;
top:3%;
left:70%;
}
</style>
</head>
<body>
<td>Subject-name</td>
<td>Interview-Questions</td>
</tr>
<?php
</tr>
<?php endforeach; ?>
</table>
<br>
</body>
Train.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Dept.
4. of CSE, CMRIT 2022-2023 Page 29
Placement management system
<table border=1>
<tr>
<th>IMAGE</th>
<th>SUBJECT</th>
</tr>
<tr>
<td>
<a href="gra.jpg">
<img src="gra.jpg" width="300px" height="250px">
</a>
</td>
<td>DSA</td>
</tr>
<tr>
<td>
<a href="gra.jpg">
<img src="gra.jpg" width="300px" height="250px">
</a>
</td>
<td>OOC</td>
</tr>
<tr>
<td>
<a href="gra.jpg">
<img src="gra.jpg" width="300px" height="250px">
</a>
</td>
<td>OS</td>
</tr>
<tr>
<td>
<a href="gra.jpg">
<img src="gra.jpg" width="300px" height="250px">
</a>
</td>
<td>DAA</td>
</tr>
</table>
</body>
</html>
4.5 Tables created
Dept.
4. of CSE, CMRIT 2022-2023 Page 31
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 32
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 33
Placement management system
CHAPTER 5
INTERPRETATION OF RESULT
This chapter presents the findings of the Placement project and discusses the results of the
completed project. This includes a collection of snapshots of the output and an analysis of
the results, the implications and conclusions
5.1 RESULT OUTPUT
Dept.
4. of CSE, CMRIT 2022-2023 Page 34
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 35
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 36
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 37
Placement management system
Dept.
4. of CSE, CMRIT 2022-2023 Page 38
Placement management system
This project develops a placement website helping students to to know about the placement
drive.The admin has complete access to the website where he can update the details. Student
registers to the website and logs in to view all the details. They can also apply for the job.
Faculty can view the students details.
This project shows the interaction between three different modules and the database. Each
time a new registration occurs , all the details are added into the database. During login the
data are read from the database and verified if the entered details are present in the database.
If the data mismatch occur then person is not allowed to view the details.
This database also maintains the list of students who applied for the job. In admin module the
data can be updated ,read and deleted.
Dept.
4. of CSE, CMRIT 2022-2023 Page 39
Placement management system
CHAPTER 6
CONCLUSION AND FUTURE SCOPE
When it comes to managing student information, college placement managers have many
obstacles. It is more difficult because all information must be managed, enabling the
development of a web-based solution to handle the problem. The system provides more
accurate input. There is accurate data accessible. By ensuring security, it improves the
reliability of systems and software. Admin can see which companies’ students have applied to
and been accepted into, and we feel this project will benefit many students in the future. As a
result, we conclude that the suggested approach will correct the shortcomings in the current
system.
This project covers a large vary of data of all the students and are classified according to
various streams. Various companies can access the data of students and they can maintain and
updatetheirinformation.Students can access previous regarding concerning.
1. View Student details
2. Company Page
3. View recruitment Schedule
4.View applied List of students
Dept.
4. of CSE, CMRIT 2022-2023 Page 40
Placement management system
REFERENCES
[1] Referenced video from : https://youtu.be/DNxvyMT81mE
[2] Referenced video from :https://youtu.be/X-9baxVTF5M
[3] Referenced video from :https://youtu.be/CVZ76bstYxE
[4] Referenced video from :https://youtu.be/BEyypLQN1_Q
[5] Database System Concepts, seventh edition by Abraham Silberschatz, Henry
F.Korth, S.Sudarshan
Dept.
4. of CSE, CMRIT 2022-2023 Page 41