Online Job Portal
Online Job Portal
This project is aimed at developing an online application for the Job Portal Dept. of the
Organization . The system is an online application that can be accessed throughout the
organization and outside as well with proper login provided. This system can be used as an
application for the TPO of the college to manage the student information with regards to
placement. Students logging should be able to upload their information in the form of a CV.
by Students.
1.2 Purpose:
For the purpose of training and placement of the student in colleges, TPO’s have to collect
the information and CV’s of students and manages them manually and arranges them
If any modification is required that is to be also done manually. So, to reduce the job required
to manage CV’s and the information of various recruiters, a new system is proposed which is
Our project has a big scope to do. We can store information of all the students. CV’s are
categorized according to various streams. Various companies can access the information.
Students can maintain their information and can update it. Notifications are sent to students
about the companies. Students can access previous information about placement.
SYSTEM STUDY AND ANALYSIS
Tools used
LANGUAGE : PHP
System analysis and design
existing system.
the job specifically. These skills can be divided into two categories. These
are interpersonal skills and technical skills interface of the analyst with
following:-
computer systems, selling the system to the user and giving the support
when needed.
considered:-
produce an output that has value to its user. Whatever the nature of the
output in much the same way that a business brings in human, financial,
step in specifying the nature, amount, and regularity of the input needed
Compare Output
Management Control
Transformation Services
Human re
Processing Output
(2) The processor(s):- The processor is the element of a system that
(3) Control:- The control elements guide the system. It is the decision-
ways. During analysis, the user may be told that the problems in a given
application verify his/her initial concerns and justify the need for change.
Another form of feedback comes after the system is implemented. The user
informs the analyst about the performance of the new installation. This
system. In fact, it often determines how a system must function such that
goal. Process And constraints of the system for which information are
designed. Several Forms are also designed and illustrated in the text of
use while interviewing several user groups. It is art rather than science.
various documents that flow across the system.: the information carried
by the paper document must be generated and proceed by proposed
information system.
that can be used to document the information flow.It also presents itself
to be broken down in top down fashion .At the top level ,data flow are
the data flow is further broken down to different levels, so that at each
some changes are made to system) and entities(the player in the game)
to represent the item in different modules. The module where the date
under a preamble that sets the stage for the project followed by goals
extent. Until full system is developed in its entirety, the full detail are
may bum ford gradually from understood by the user as well as analyst.
again need to be whetted by the user. Once this is done detailed system
design starts. Effectively the analysis phase ends here and the design
themselves .There is the need for the right abstraction of data into the
further refinement add (?) like, if, any, to data modeling real world data.
Since our text is primarily on information system and not on database
design of the process, their validation and thought checking. while the
still not useful to test out large commercial software to help information
what is known as “Parallel runs ”. Here both the current system and
proposed new system are run in parallel for a specified time period and
feasible, the analyst can go ahead and prepare the project specification
written and oral feasibility report . The contents and processed, postpone or
cancel he project. Thus, since the Feasibility study may lead to the
made.
Types of feasibility:-
1. Technical feasibility
2. Operational feasibility
3. Economical feasibility
4. Social feasibility
5. Management feasibility
6. Legal feasibility
7. Time feasibility
1. Technical feasibility:- Technical feasibility involves determining whether or
Speed.
if they can be turned into information system that will meet the
feasibility ask the system will work when developed and installed. There
►Whatnew skills will be required? Does the existing staff member have?
These skills? If not, can they be trained in the due course of time?
the benefits and saving that are expected from a proposed system and
compare them with cost. If benefit out weights costs, a decision is taken
accept a project or gives a negligible support to it, the analyst will tend
areas.
Development of software
Software development may install purchased software or they may
each option, the time available to develop software and the availability
system during its working life and to tune the system to any variations
programs. The choice depends on the each option, the time available to
information or data flow and the transforms that are applied as data
functions that actually transform the data. The DFD is also called a
bubble chart.
to the system.
3.3.1 ER Modelling: The schemas for the database application can be displayed
An entity may be an object with a physical existence (for e.g. A particular person, car
or employee) or it may be an object with a conceptual existence (for e.g. a company, a job, or
a university course)
Each entity has attributes i.e. the particular properties that describe it. The attribute values
that describe each entity become a major part of the data store in the database.
the initial design of entity types, relationships are typically captured in the form of attributes.
As the design is refined these attributes get converted into relationships between entity types.
In the ER diagrams the emphasis is on representing the schemas rather than the instances.
This is more useful in the database design because a database schema changes rarely, where
4.Technologies:
The Hyper Text Markup language (HTML) is a simple markup language used to
create hypertext documents that are portable from one platform to another HTML documents
are SGML documents with generic semantics that are appropriate for representing
information from a wide range of applications. This specifications defines HTML version 4.0
HTML 4.0 aims to capture recommended practice as of early ’96 and as such to be used as a
Web site is a collection of pages, publications and documentation that reside on web
server. While these page publication and a document as a formatted in any single format you
should use HTML for home page and all primary pages and the site. This will enable the
millions of web users it considered first formatting any new material you plan to publish on
the web HTML documents are platform independent, meaning that they don’t conform to any
standard it they are created properly you can more home page to any server platform or you
1. <HTML>…</HTML> - All HTML files start and end with the tag pair.
2. <HEAD>…</HEAD> - All HTML have a pair of “HEAD” tags that indicate what
the tile and other attributes of the page are going to be.
3. <TITLE>…</TITLE> - this tag indicates what the title of the HTML file is going to
4. <BODY>…</BODY> - this tag pair is to logically separate the HTML file into the
header and the body. Usually the header contains information regarding the html where as
the body contains information that the HTML file must actually contain.
<HTML>
<HEAD>
</HEAD>
</HTML>
6. <P>…</P> - This tag pair used to indicate the paragraph. Any text that needs to be
7. <B>…</B> - This tag pair is used to indicate the text within tag pair must be in bold
letters.
8. <I>…</I> - This tag pair is used to indicate the text within the tag pari must be in
italic letters.
This tag is used to embed images in the HTML pages. The SRC attribute is used to locate the
file name under a directory, the ALT attribute is used to indicate the TOOLTIP message that
must appear, and HEIGHT and WIDTH indicate the height and the width of the images that
must be main title for the HTML page. The ALIGN attribute can be used to set the alignment
11. <H1>Heading1</H1>
<H2>Heading2</H2>
<H3>Heading3</H3> - This set of tags will show the Headings in smaller fonts as the
heading increases.
12. ALIGN – The align attribute can be used for headings as well. For <P>…</P> tags
13. <BR> - Used to insert a carriage return in the HTML file. The attribute to be used for
14. <CENTER>…</CENTER> - To center the entire block of text this tags are used.
15. <PRE>…</PRE> - These HTML tags are used when you want to preserve the
formatting in a HTML block of text. The formatting could mean spaces, return and alignment
etc.
17. <A>…</A> - Anchor Tags. These tags are used linking namely hyper linking.
Example:
18. Images Basics: Image Tag is used to embed images in the html document. The
general syntax is
<IMG SRC=”logo.gif”>
19. Tables <TABLE>…</TABLE> - This is used to specify the table type of layout in
<TABLE BORDER=”1”>
<CAPTION> This is the CAPTION of the TABLE</CAPTION>
<TR>
<TH>Car</TH>
<TH>Company</TH>
</TR>
<TR>
<TH>Concorde</TH>
<TH>Chrysler</TH>
</TR>
</TABLE>
20. Fonts: The <FONT> …</FONT> tag is used to specify text in a particular font.
Example:
Syntax:<FONT>…</FONT>
Java:
The Java Platform consists of the Java Application programming interfaces (APIs)
and the Java virtual machine (JVM). Java API’s are libraries of compiled code that you can
use in your programs. They let you add ready-made and customizable functionally to save
you programming time. The console printing capability is provided in the API ready for to
Object:
As the name object-oriented implies, objects are key to understanding object-oriented
technology. You can look around you now and see many examples of real world objects:
your dog you desk and your television set your bicycle.
1. Creating Objects
2. Using Objects
Creating Objects:
Declaration: Rectangle rect is a variable declaration that declares to the compiler that the
name rect will be used to refer to Rectangle Object. Notice that a class name is used as the
variable;s type.
Instantiation: new is a java operator that creates the new object (allocates space for it).
Class:
In the real word, you often have many objects of the same kind. For example, your
bicycle is just one of the many bicycles in the world. Using object-oriented terminology, we
say that you bicycle object is an instance of the class of object known as bicycles. Bicycles
have some state (current gear, current cadence, two wheels) and behavior ( change gears,
brake) in common. However, each bicycle’s state is independent of and can be different from
CODING AND SCREEN
<head>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
.style2 {
font-size: medium;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<p>This Portal is also designed for the various employer who required to recruit
employees in their organization. Employer can registered himself on the web portal and then
he can upload information of various job vacancies in their organization. Employeer can view
the applications of Job Seeker and send call latter to the job seekers.</p>
<?php
include "right.php"
?>
</div> <!-- /page-in -->
<?php
include "footer.php"
?>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
.style2 {
font-size: medium;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<div class="article">
<p>This Portal is also designed for the various employer who required to recruit
employees in their organization. Employer can registered himself on the web portal and then
he can upload information of various job vacancies in their organization. Employeer can view
the applications of Job Seeker and send call latter to the job seekers.</p>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
</body>
</html>
<?xml version="1.0"?>
<head>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<SCRIPT language="JavaScript1.2">
var arrFormValidation=
[//Name
["minlen=1",
],
[//Contact Person
["minlen=1",
],
[//Address
["minlen=1",
],
[//City
["minlen=1",
],
["minlen=1",
],
["email",
],
[//Mobile
["num",
],
["minlen=10",
],
[//Area
["minlen=1",
"Please Enter Area of Work"
],
[//User
["minlen=1",
],
[//Password
["minlen=1",
],
[//Que
],
[//Answer
["minlen=1",
];
</SCRIPT>
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<div class="article">
<div class="login">
<tr>
<td>Company Name:</td>
<td><span id="sprytextfield3">
<label>
</label>
</tr>
<tr>
<td>Contact Person:</td>
<td><span id="sprytextfield8">
<label>
</label>
</tr>
<tr>
<td>Address:</td>
<td><span id="sprytextarea1">
<label>
</label>
</tr>
<tr>
<td>City:</td>
<td><span id="sprytextfield4">
<label>
<input type="text" name="txtCity" id="txtCity" />
</label>
</tr>
<tr>
<td>Email:</td>
<td><span id="sprytextfield5">
<label>
</label>
</tr>
<tr>
<td>Mobile:</td>
<td><span id="sprytextfield6">
<label>
</label>
</tr>
<tr>
<td><span id="sprytextfield7">
<input type="text" name="txtAreaWork" id="txtAreaWork" />
</tr>
<tr>
<td>User Name:</td>
<td><span id="sprytextfield9">
<label>
</label>
</tr>
<tr>
<td>Password:</td>
<td><label><span id="sprytextfield10">
<span class="textfieldRequiredMsg">Enter
Password</span></span></label></td>
</tr>
<tr>
<td>Security Question:</td>
</select></td>
</tr>
<tr>
<td>Answer:</td>
<td><span id="sprytextfield11">
<label>
</label>
</tr>
<tr>
<td colspan="2"><label>
<div align="center">
</div>
</label></td>
</tr>
</table>
</form>
</div>
<p> </p>
<p class="btn-more box noprint"> </p>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
<script type="text/javascript">
<!--
//-->
</script>
</body>
</html>
<?xml version="1.0"?>
<head>
<title>JOB PORTAL</title>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<div class="article">
<p>
<tr>
</tr>
<?php
$con = mysql_connect("localhost","root");
// Select Database
mysql_select_db("job", $con);
// Execute query
$result = mysql_query($sql,$con);
while($row = mysql_fetch_array($result))
$News=$row['News'];
$NewsDate=$row['NewsDate'];
?>
<tr>
</tr>
<?php
?>
<?php
mysql_close($con);
?>
</table>
</td>
</tr>
</table>
</p>
<?php
include "right.php"
?>
</div> <!-- /page-in -->
<?php
include "footer.php"
?>
</body>
</html>
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>JOB PORTAL</title>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<SCRIPT language="JavaScript1.2">
var arrFormValidation=
[//Name
["minlen=1",
],
[//Address
["minlen=1",
]
],
[//Country
],
[//State
],
[//City
],
[//Mobile
["num",
],
["minlen=10",
]
],
["minlen=1",
],
["email",
],
[//ID
],
[//TDType
["minlen=1",
]
],
[//UserName
["minlen=1",
],
[//Password
["minlen=1",
],
[//Confirm
["minlen=1",
];
</SCRIPT>
<!-- Main -->
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<div class="article">
<tr>
</tr>
<?php
$con = mysql_connect("localhost","root");
// Select Database
mysql_select_db("job", $con);
// Execute query
$result = mysql_query($sql,$con);
while($row = mysql_fetch_array($result))
{
$Name=$row['JobSeekerName'];
$City=$row['City'];
$Email=$row['Email'];
?>
<tr>
</tr>
<?php
$records = mysql_num_rows($result);
?>
<?php
mysql_close($con);
?>
</table>
</td>
</tr>
</table>
</p>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
</head>
<body>
<?php
$Name=$_POST['txtName'];
$Address=$_POST['txtAddress'];
$City=$_POST['txtCity'];
$Email=$_POST['txtEmail'];
$Mobile=$_POST['txtMobile'];
$Qualification=$_POST['cmbQual'];
$Gender=$_POST['cmbGender'];
$BirthDate=$_POST['txtBirthDate'];
$path1 = $_FILES["txtFile"]["name"];
$Status="Pending";
$UserName=$_POST['txtUserName'];
$Password=$_POST['txtPassword'];
$Question=$_POST['cmbQue'];
$Answer=$_POST['txtAnswer'];
$UserType="JobSeeker";
if ($Qualification=="Other")
$Qualification=$_POST['txtOther'];
}
move_uploaded_file($_FILES["txtFile"]["tmp_name"],"upload/" .
$_FILES["txtFile"]["name"]);
// Select Database
mysql_select_db("job", $con);
// execute query
mysql_query ($sql,$con);
mysql_close ($con);
?>
</body>
</html>
<?xml version="1.0"?>
<head>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<!-- /article -->
<div class="article">
<p>
<table width="100%" border="1" cellpadding="1" cellspacing="2"
bordercolor="#006699" >
<tr>
</tr>
<?php
$con = mysql_connect("localhost","root");
// Select Database
mysql_select_db("job", $con);
// Execute query
$result = mysql_query($sql,$con);
while($row = mysql_fetch_array($result))
$CompanyName=$row['CompanyName'];
$ContactPerson=$row['ContactPerson'];
$Email=$row['Email'];
?>
<tr>
</tr>
<?php
$records = mysql_num_rows($result);
?>
<?php
mysql_close($con);
?>
</table>
</td>
</tr>
</table>
</p>
</div>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
</head>
<body>
<?php
session_start();
$UserName=$_POST['txtUserName'];
$Question=$_POST['cmbQue'];
$Answer=$_POST['txtAnswer'];
$UserType=$_POST['rdUser'];
if($UserType=="Employer")
$con = mysql_connect("localhost","root");
mysql_select_db("job", $con);
$result = mysql_query($sql,$con);
$records = mysql_num_rows($result);
$row = mysql_fetch_array($result);
echo $records;
if ($records==0)
else
$_SESSION['ID']=$row['EmployerId'];
$_SESSION['Name']=$row['CompanyName'];
header("location:Employer/index.php");
}
mysql_close($con);
else
$con = mysql_connect("localhost","root");
mysql_select_db("job", $con);
$result = mysql_query($sql,$con);
$records = mysql_num_rows($result);
$row = mysql_fetch_array($result);
if ($records==0)
else
$_SESSION['ID']=$row['JobSeekId'];
$_SESSION['Name']=$row['JobSeekerName'];
header("location:JobSeeker/index.php");
}
mysql_close($con);
?>
</body>
</html>
<?xml version="1.0"?>
<head>
<title>JOB PORTAL</title>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
</style>
</head>
<body id="www-url-cz">
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<div id="content">
<div class="article">
<tr>
<td> </td>
</tr>
<tr>
<tr>
</tr>
<?php
$con = mysql_connect("localhost","root");
// Select Database
mysql_select_db("job", $con);
// Execute query
$result = mysql_query($sql,$con);
while($row = mysql_fetch_array($result))
$Id=$row['EmployerId'];
$Name=$row['CompanyName'];
$City=$row['City'];
$CP=$row['ContactPerson'];
?>
<tr>
</tr>
<?php
$records = mysql_num_rows($result);
?>
<tr>
</tr>
<?php
mysql_close($con);
?>
</table></td>
</tr>
</table>
<p> </p>
<p class="btn-more box noprint"> </p>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
</body>
</html>
Css File:
/*
Project: CrystalX
URL: http://www.nuvio.cz
*/
* {min-height:1px;}
a {color:#192666;}
a:hover {color:#4F6AD7;}
h4 {font-size:120%;}
h5 {font-size:100%;}
table {display:table; border-collapse:collapse; margin:15px 0; padding:0; border:1px solid
#B7CAF6; font-size:100%;}
tr {display:table-row;}
ol {list-style-type:decimal;}
/* Floating */
.f-left {float:left;}
.f-right {float:right;}
/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}
.va-middle {vertical-align:middle;}
.clear {clear:both;}
.noscreen {display:none;}
/*
-----------------...........---------------------------------------------------------------------------------------
*/
/* Header */
/* Header - logo */
/* Header - Search */
/* Page (2 columns) */
/* Strip */
#strip p {margin:0;}
#strip a {color:#6182D1;}
#strip a:hover {color:#192666;}
/* Strip - breadcrumbs */
/* Strip - RSS */
/* Content */
/* Content - article */
#content .info span.date, #content .info span.cat, #content .info span.user, #content .info
span.comments {padding-left:15px;}
/* Content - More */
/* Right column */
#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#A0B9F3
url("../design/col_title_bg.gif") 0 0 repeat-y; color:#192666;}
/* Right column - About me */
/* Footer */
#footer a {color:#6685CC;}
/* Footer - copyright */
#footer p#copyright {
position:absolute;
top:10px;
left:40px;
margin:0;
width: 245px;
/* Footer - created by */
#createdby {
position:absolute;
top:10px;
left:562px;
margin:0;
color:#8CA3D8;
width: 174px;
#createdby a {color:#8CA3D8;}
Application:
<?php
if(!isset($_SESSION))
{
session_start();
?>
<?php
if (!function_exists("GetSQLValueString")) {
$theValue = function_exists("mysql_real_escape_string") ?
mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
break;
case "long":
case "int":
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
break;
case "defined":
break;
return $theValue;
$colname_Recordset1 = "-1";
if (isset($_SESSION['Name'])) {
$colname_Recordset1 = $_SESSION['Name'];
mysql_select_db($database_job, $job);
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
mysql_select_db($database_job, $job);
$row_Recordset2 = mysql_fetch_assoc($Recordset2);
$totalRows_Recordset2 = mysql_num_rows($Recordset2);
?><?xml version="1.0"?>
<head>
<title>JOB PORTAL</title>
<style type="text/css">
<!--
.style1 {
color: #000066;
font-weight: bold;
-->
</style>
</head>
<body id="www-url-cz">
<?php
include "Header.php"
?>
<?php
include "menu.php"
?>
<p id="breadcrumbs"> </p>
<div id="content">
<div class="article">
<tr>
<?php
do {
?>
<?php
$rows = mysql_num_rows($Recordset1);
if($rows > 0) {
mysql_data_seek($Recordset1, 0);
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
?>
</select>
</label></td>
<td><label>
</label></td>
</tr>
</table>
</form>
<?php
if (isset($_POST['cmbTitle']))
$Title=$_POST['cmbTitle'];
?>
<tr>
</tr>
<?php
$con = mysql_connect("localhost","root");
// Select Database
mysql_select_db("job", $con);
application_master.JobId
// Execute query
$result = mysql_query($sql,$con);
$stat=1;
while($row = mysql_fetch_array($result))
$Id=$row['ApplicationId'];
$Status=$row['Status'];
$JobSeekerName=$row['JobSeekerName'];
$City=$row['City'];
$Email =$row['Email'];
$JobSeekId=$row['JobSeekId'];
?>
<tr>
</tr>
<?php
$records = mysql_num_rows($result);
?>
</table>
<?php
// Close the connection
mysql_close($con);
?>
<p> </p>
<?php
include "right.php"
?>
<?php
include "footer.php"
?>
</body>
</html>
<?php
mysql_free_result($Recordset1);
mysql_free_result($Recordset2);
?>
Menu.php
<h3 class="noscreen">Navigation</h3>
<ul class="box">
</ul>
Job _nest
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<?php
$Name=$_POST['txtName'];
$Address=$_POST['txtAddress'];
$City=$_POST['txtCity'];
$Email=$_POST['txtEmail'];
$Mobile=$_POST['txtMobile'];
$Qualification=$_POST['cmbQual'];
$Gender=$_POST['cmbGender'];
$BirthDate=$_POST['txtBirthDate'];
$path1 = $_FILES["txtFile"]["name"];
$Status="Pending";
$UserName=$_POST['txtUserName'];
$Password=$_POST['txtPassword'];
$Question=$_POST['cmbQue'];
$Answer=$_POST['txtAnswer'];
$UserType="JobSeeker";
if ($Qualification=="Other")
{
$Qualification=$_POST['txtOther'];
move_uploaded_file($_FILES["txtFile"]["tmp_name"],"upload/" .
$_FILES["txtFile"]["name"]);
// Select Database
mysql_select_db("job", $con);
// execute query
mysql_query ($sql,$con);
mysql_close ($con);
?>
</body>
</html>
FEATURE OF PROJECT
User friendly
Can run on internet/intranet so many clients can be handled by this project so we will
save the time
There is a section feedback which solves the problem of user actually it is visible to
all client and can send the problem difficulty to administrator and admin has facility
to read the all feedback according to feedback he can reply and improve the site
etc……..
This is project is being develop in MySql Server 5.3 backend & PHP front-end this distributed
application might be develop in j2ee & oracle also and other plate form also. this software
might be more secure in future it here we can add new module we can update every things
of this distributed application.
We can use this distributed application for another project work also similar to this after a
little modification.
BIBLIOGRAPHY
DreamTech Press
by McGraw-Hill, 2002.