SlideShare a Scribd company logo
1 of 28
Download to read offline
Information Technology
Topic: - Student Management System
Submitted By
Deepak soni
BCA II year
PHP Programming
www.dezyneecole.com
Partial Fulfillment
On
Html&Css with PHP
At
Dezyne E´ cole College
Submitted to
Dezyne E’cole College
Partial Fulfillment on
BCA
Bachelors of Computer Application
By
Deepak soni
Dezyne E’cole College
106/10, Civil Lines Ajmer
Tel-Phone - 0145-2624679
www.dezyneecole.com
2016-2017
Acknowledgement
I DEEPAK SONI STUDENT OF DEZYNE E’COLE COLLEGE, AN
EXTREMELY GRATEFUL TO EACH AND EVERY INDIVIDUAL
WHO HAS CONTRIBUTED IN SUCCESSFUL COMPLETION OF
MY PROJECT.
I EXPRESS MY GRATITUDE TOWARDS, DEZYNE E’COLE
COLLEGE TO THEIR GUIDELINES AND CONSTANT
SUPERVISION AS WELL FOR PROVIDING THE NECESSARY
INFORMATION AND SUPPORT REGARDING THE COMPLETION
OF PROJECT.
Thank you
Synopsis
THIS PROJECT IS A MINOR PROJECT MADE BASED ON
PRACTICAL CONCEPTS OF PHP. THIS PROJECT HAS MADE
OUR BASIC PRACTICAL CONCEPTS STRONG.
P a g e | 1
Student Management System
Front Page of the Site:
Coding:-
<html>
<head>
<style>
body{ margin:0px;}
#container {width:100%;
height:100%;
background:#444;
margin:0% 0 0 0%;
}
#container #hed{background:#fff;
height:10%;
P a g e | 2
width:80%;
float:right;
color:brown;
font:30px calibri;
text-align:center;
padding-top:1%;
box-sizing:border-box;
}
#container #head {width:20%;
height:100%;
background:#fff;
text-align:center;
color:brown;
float:left;
font-size:80px;
text-shadow:2px
2px 5px #111;
padding:35px 0 0
0;
box-
sizing:border-box;
font-family:arial;
letter-
spacing:8px;
}
input[type=button]{width:80%;
P a g e | 3
height:50px;
border-
radius:20px;
color:brown;
float:right;
font-
family:century gothic;
font-
weight:bolder;
font-size:20px;
margin:5% 0 0 0;
-webkit-
transition:0.3s;}
input[type=button]:hover
{background:#111;
color:#fff;
-
webkit-transition:0.3s;}
#container #option { width:20%;
height:100%;
background:#;
margin:5% 0 0
700px;
padding:10% 0 0
0;
box-
sizing:border-box;
P a g e | 4
position:absolute;
}
#container #option a{text-
decoration:none;}
</style>
</head>
<body>
<form name="form1" method="post">
<div id="container">
<div id="hed">Welcome to student panel
</div>
<div
id="head">O<br>p<br>t<br>i<br>o<br>n<br>
</div>
<div id="option">
<a href="Id.php"><input type="button"
value="Add" name="b1"></input></a>
<a href=""><input type="button"
value="Delete" name="b2"></input></a>
<a href="show.php"><input type="button"
value="Show" name="b2"></input></a>
<a href="search.php"><input type="button"
value="Search" name="b2"></input></a>
</div>
</div>
P a g e | 5
<div
style="background:#fff;color:brown;font:30px calibri;text-
align:center;height:20px;width:100%;">
<?php
error_reporting(0);
SESSION_START();
if($_SESSION["COUNTER"])
{
$_SESSION["counter"]+1;
}
else
{
$_SESSION["counter"]=0;
}
echo"Viewer::".$_SESSION["counter"];
?>
</div>
</form>
</body>
</html>
P a g e | 6
ADD PANEL OF STUDENT MANAGEMENT SYSTEM:
CODE:
<?php
error_reporting(0);
$nmErr=$fnmErr=$ctyErr=$phErr="";
if($_SERVER["REQUEST_METHOD"]=="POST")
{
$filename=$_FILES["img"]["name"];
$filesize=$_FILES["img"]["size"];
$filetype=$_FILES["img"]["type"];
$filtmp=$_FILES["img"]["tmp_name"];
$file_pointer=fopen("student.txt","a+");
P a g e | 7
$ext=end(explode(".",$filename));
$name=$_REQUEST["t1"];
$id=$_REQUEST["t7"];
$mail=$_REQUEST["t6"];
$fname=$_REQUEST["t2"];
$city=$_REQUEST["t3"];
$dob=$_REQUEST["t4"];;
$phone=$_REQUEST["t5"];
fwrite($file_pointer,$name."t");
fwrite($file_pointer,$id."t");
fwrite($file_pointer,$mail."t");
fwrite($file_pointer,$fname."t");
fwrite($file_pointer,$city."t");
fwrite($file_pointer,$dob."t");
fwrite($file_pointer,$phone."t");
move_uploaded_file($filtmp,"image/".$id.".".$ext);
fwrite($file_pointer,"image/".$id.".".$ext."n");
fclose($file_pointer);
$target="image/".$id.".".$ext;
}
?>
<html>
<head>
<style>
body{margin:0;}
#base{background:#444;
height:auto;
width:100%;
}
#base #head{background:#fff;
height:10%;
width:100%;
color:brown;
text-align:center;
P a g e | 8
padding-top:1%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
}
#base #layer{background:;
height:8%;
width:70%;
color:brown;
margin-left:20%;
margin-top:2%;
}
#base #layer #l1{background:;
height:100%;
width:30%;
padding-left:2%;
padding-top:1%;
box-sizing:border-box;
color:brown;
float:left;
color:#fff;;
font:30px calibri;
text-transform:capitalize;
}
#base #layer #l2{background:#;
height:100%;
width:65%;
margin-left:2%;
color:brown;
float:right;
}
#base #layer #l2 input{height:100%;
width:100%;
P a g e | 9
border:none;
text-
transform:capitalize;
}
#base #layer #l2 #but{background:;
height:80%;
width:100%;
margin-top:2%;
color:brown;
}
#base #layer #l2 #but #b1{background:#009;
height:100%;
width:48%;
border-radius:5% 5% 5% 5%;
color:brown;
float:left;
}
#base #layer #l2 #but #b2{background:#00f;
height:100%;
width:48%;
color:brown;
float:right;
border-radius:5% 5% 5% 5%;
margin-left:2%;
font:30px calibri;
}
#base #layer #l2 #but #b1 input{
font:30px calibri;
text-transform:capitalize;
color:brown;
}
#base #layer #l2 #but #b2 input{
font:30px calibri;
text-transform:capitalize;
P a g e | 10
color:brown;
}
#base #img{background:#fff;
height:100px;
width:100px;
}
#base #img img{
height:100%;
width:100%;
}
</style>
</head>
<body>
<div id="base">
<div id="head">Student panel</div>
<div style="height:auto;width:60%;margin-left:20%;">
<fieldset>
<div id="img"><img src="<?php echo $target; ?>"></div>
<legend style="color:#3ed;font:30px calibri;text-
transform:capitalize;">Registration form</legend>
<form name="form1" method="post"
action="<?php $_REQUEST["POST"]?>" enctype="multipath/form-data">
<div id="layer">
<div id="l1">Name</div>
<div id="l2">
<input type="text" value=""
name="t1"/><?php echo $nameErr;?>
</div>
</div>
<div id="layer">
<div id="l1">id</div>
<div id="l2">
<input type="text" value=""
name="t7"/>
P a g e | 11
</div>
</div>
<div id="layer">
<div id="l1">e-mail</div>
<div id="l2">
<input type="email" value=""
name="t6"/>
</div>
</div>
<div id="layer">
<div id="l1">father Name</div>
<div id="l2">
<input type="text" value=""
name="t2"/>
</div>
</div>
<div id="layer">
<div id="l1">city</div>
<div id="l2">
<input type="text" value=""
name="t3"/>
</div>
</div>
<div id="layer">
<div id="l1">dob</div>
<div id="l2">
<input type="date" value=""
name="t4"/>
</div>
</div>
<div id="layer">
<div id="l1">phone</div>
<div id="l2">
P a g e | 12
<input type="text" value=""
name="t5"/>
</div>
</div>
<div id="layer">
<div id="l1">choose file</div>
<div id="l2">
<input type="file" value=""
name="img"/>
</div>
</div>
<div id="layer">
<div id="l2">
<div id="but">
<div id="b1">
<input
type="submit" value="submit" name="nm"/>
</div>
<div id="b2">
<input
type="reset" value="cancel" name="nm"/>
</div>
</div>
</div>
</div>
</form>
</fieldset>
</div>
</div>
</body>
</html>
P a g e | 13
VIEW WINDOW IF STUDENT MANAGEMET SYSTEM:
CODE:
<html>
<head>
<style>
body{margin:0;}
#base{background:#444;
height:100%;
width:100%;
}
#base #head{background:#fff;
height:10%;
width:100%;
color:brown;
text-align:center;
padding-top:1%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
P a g e | 14
}
#base #data{background:#fff;
height:80%;
width:70%;
margin-top:3%;
margin-left:15%;
}
#base #data #hed{background:brown;
height:10%;
width:100%;
color:#fff;
text-align:center;
padding-top:1%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
}
</style>
</head>
<body>
<div id="base">
<div id="head">student identity</div>
<div id="data">
<div id="hed">Student detail</div>
<?php
error_reporting(0);
$file_pointer=fopen("student.txt","r");
echo"<table width=100% height=auto
style=color:#444;padding:00010;box-sizing:border-box; text-align:center;text-
transform:capitalize;>";
echo "<tr>";
echo"<td style=color:brown;text-
transform:capitalize;letter-spacing:1px;margin-
left:3%;position:absolute;>".Name."</td>";
P a g e | 15
echo"<td style=letter-
spacing:1px;color:brown;text-transform:capitalize;margin-
left:9.5%;position:absolute;>".Id."</td>";
echo"<td style=letter-
spacing:1px;color:brown;text-transform:capitalize;margin-
left:18%;position:absolute;>".E."-".mail."</td>";
echo"<td style=letter-
spacing:1px;color:brown;text-transform:capitalize;margin-
left:30%;position:absolute;>".father." ".name."</td>";
echo"<td style=letter-
spacing:1px;color:brown;text-transform:capitalize;margin-
left:37.5%;position:absolute;>".city."</td>";
echo"<td style=letter-
spacing:1px;color:brown;text-transform:capitalize;margin-
left:44%;position:absolute;>".dob."</td>";
echo"<td style=letter-
spacing:1px;color:brown;margin-left:51.5%;text-
transform:capitalize;position:absolute;>".phone." ".number."</td>";
echo"<td style=letter-
spacing:1px;color:brown;margin-left:62%;text-
transform:capitalize;position:absolute;>".image."</td>";
echo "<hr>";
echo"</tr>";
echo "</table>";
echo "<hr />";
echo"<table width=100% height=auto
style=color:#444;text-align:center;text-transform:capitalize;>";
while(!feof($file_pointer))
{
$n=fgets($file_pointer);
$c=explode("t",$n);
echo"<tr>";
for($i=0;$i<count($c);$i++)
{
P a g e | 16
echo"<td>".$c[$i]."</td>";
}
echo"</tr>";
}
echo"</table>";
fclose($file_pointer);
fopen("student.txt","r");
if($file_pointer==false)
{
echo"not avaliable...";
}
?>
</div>
</div>
</body>
</html>
SEARCHING WINDOW ON STUDENT MANAGEMENT SYSTEM:
P a g e | 17
AFTER SEARCHING:
CODE:
<?php
error_reporting(0);
$data=array();
if($_SERVER["REQUEST_METHOD"]=="POST")
{
$id=$_REQUEST["t1"];
$file_pointer=fopen("student.txt","r");
$fp=" ";
$c=0;
while(!feof($file_pointer))
{
$a=fgets($file_pointer);
$data=explode("t",$a);
if($id==$data[1])
{
$c++;
P a g e | 18
break;
}
}
if($c==0)
{
echo"Data not avaliable";
}
}
?>
<html>
<head>
<style>
body{margin:0;}
#base{background:#444;
height:auto;
width:100%;
}
#base #head{background:#fff;
height:100px;
width:100%;
color:brown;
text-align:center;
padding-top:1%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
}
#base #sear{background:#fff;
height:600px;
width:90%;
margin-top:2%;
margin-left:5%;
}
P a g e | 19
#base #sear #head{background:brown;
height:50px;
width:100%;
color:#fff;
text-transform:capitalize;
text-align:center;
padding-top:1%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
}
#base #sear #box{background:;
height:100px;
width:25%;
color:#fff;
text-transform:capitalize;
text-align:center;
margin:5% 0 0 38%;
box-sizing:border-box;
font:35px calibri;
letter-spacing:1%;
}
#base #sear #box input{height:30%;
width:100%;
}
#base #sear #box input[type=submit]{background:#444;
color:#fff;
width:100%;
height:48%;
P a g e | 20
text-transform:capitalize;
font:30px century gothic;
letter-spacing:1%;
margin-top:2%;
border:none;
}
#base #sear #base3{background:#444;
height:auto;
width:50%;
padding:20px 20px 20px
20px;
box-sizing:border-box;
border-radius:2% 2% 2% 2%;
margin:auto;
}
#base #sear #base3 #iden{background:#;
height:auto;
width:100%;
border:2px solid #fff;
border-style:double;
padding:20px 20px 20px
20px;
box-sizing:border-box;
border-radius:2% 2% 2% 2%;
margin:auto;
}
#base #sear #iden #img{background:#;
height:200px;
P a g e | 21
border:1px solid #fff;
width:200px;
float:left;
border-radius:5%;
margin:20px 0px 0 30px;
}
#base #sear #iden #box2{background:#;
height:auto;
width:80%;
margin:-20px 0 0 15%;
padding-top:10px;
}
#base #sear #iden #box2 #field{background:#;
border-
bottom:1px solid #fff;
height:40px;
width:50%;
margin:2% 0 0 200px;
padding:0% 0 0 2%;
box-
sizing:border-box;
}
#base #sear #iden #box2 #field span{color:#fff;
font:25px century gothic;
text-transform:capitalize;
}
</style>
</head>
P a g e | 22
<body>
<div id="base">
<div id="head">Searching panel</div>
<div id="sear">
<div id="head">Identity card</div>
<form name="form1" action="" method="post"
enctype="multipath/form-data">
<div id="box">
<input type="search" name="t1"
placeholder="Enter only id(0-9)"/>
<input type="submit" value="search"
/>
</div>
</form>
<div id="base3">
<div id="iden">
<div id="img">
<img src="<?php echo $data[7];?>"
style="height:100%;width:100%;"/>
</div>
<div id="box2">
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[1]; ?></span>
</div>
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[0]; ?></span>
</div>
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[2]; ?></span>
</div>
<div id="field">
P a g e | 23
<span style="font-
weight:bold;"><?php echo $data[3]; ?></span>
</div>
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[4]; ?></span>
</div>
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[5]; ?></span>
</div>
<div id="field">
<span style="font-
weight:bold;"><?php echo $data[6]; ?></span>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
P a g e | 24
Thanking you

More Related Content

Similar to Deepak Soni ,BCA Third Year

Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Yeardezyneecole
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Yeardezyneecole
 
Kirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third YearKirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third Yeardezyneecole
 
Developing HTML5 apps for TV
Developing HTML5 apps for TVDeveloping HTML5 apps for TV
Developing HTML5 apps for TVgerbille
 
Kajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third YearKajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third YearDezyneecole
 
Bhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearBhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearDezyneecole
 
Reema Agarwal , BCA Third Year
Reema Agarwal , BCA Third YearReema Agarwal , BCA Third Year
Reema Agarwal , BCA Third YearDezyneecole
 
Ram Prasad , BCA Third Year
Ram Prasad , BCA Third YearRam Prasad , BCA Third Year
Ram Prasad , BCA Third YearDezyneecole
 
Deepak Soni ,BCA Third Year
Deepak Soni ,BCA Third YearDeepak Soni ,BCA Third Year
Deepak Soni ,BCA Third YearDezyneecole
 
Sachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third YearSachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third YearDezyneecole
 
Ronak Kachhawa , BCA Third Year
Ronak Kachhawa , BCA Third YearRonak Kachhawa , BCA Third Year
Ronak Kachhawa , BCA Third YearDezyneecole
 
Web Design 8207500 / B070500
Web Design 8207500 / B070500Web Design 8207500 / B070500
Web Design 8207500 / B070500butest
 
Shivani Chouhan , BCA Third Year
Shivani Chouhan , BCA Third YearShivani Chouhan , BCA Third Year
Shivani Chouhan , BCA Third YearDezyneecole
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Yeardezyneecole
 
Bhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearBhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearDezyneecole
 

Similar to Deepak Soni ,BCA Third Year (20)

Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Year
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Year
 
Kirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third YearKirti Kumawat, BCA Third Year
Kirti Kumawat, BCA Third Year
 
Webtech File.docx
Webtech File.docxWebtech File.docx
Webtech File.docx
 
Developing HTML5 apps for TV
Developing HTML5 apps for TVDeveloping HTML5 apps for TV
Developing HTML5 apps for TV
 
Kajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third YearKajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third Year
 
Bhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearBhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third Year
 
Reema Agarwal , BCA Third Year
Reema Agarwal , BCA Third YearReema Agarwal , BCA Third Year
Reema Agarwal , BCA Third Year
 
Ram Prasad , BCA Third Year
Ram Prasad , BCA Third YearRam Prasad , BCA Third Year
Ram Prasad , BCA Third Year
 
Deepak Soni ,BCA Third Year
Deepak Soni ,BCA Third YearDeepak Soni ,BCA Third Year
Deepak Soni ,BCA Third Year
 
Sachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third YearSachin Foujdar , BCA Third Year
Sachin Foujdar , BCA Third Year
 
TEKINFOWAY
TEKINFOWAYTEKINFOWAY
TEKINFOWAY
 
Ronak Kachhawa , BCA Third Year
Ronak Kachhawa , BCA Third YearRonak Kachhawa , BCA Third Year
Ronak Kachhawa , BCA Third Year
 
Web Design 8207500 / B070500
Web Design 8207500 / B070500Web Design 8207500 / B070500
Web Design 8207500 / B070500
 
Shivani Chouhan , BCA Third Year
Shivani Chouhan , BCA Third YearShivani Chouhan , BCA Third Year
Shivani Chouhan , BCA Third Year
 
resume
resumeresume
resume
 
Reshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third YearReshma Kodwani , BCA Third Year
Reshma Kodwani , BCA Third Year
 
VINAY CV
VINAY CVVINAY CV
VINAY CV
 
vandhanaResume
vandhanaResumevandhanaResume
vandhanaResume
 
Bhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third YearBhanu Pratap Singh Shekhawat, BCA Third Year
Bhanu Pratap Singh Shekhawat, BCA Third Year
 

More from Dezyneecole

Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...
Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...
Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)Dezyneecole
 
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)Dezyneecole
 
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...Dezyneecole
 
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...Dezyneecole
 
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)Dezyneecole
 
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)Dezyneecole
 
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)Dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...Dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...Dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)Dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics  Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics  Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics Project)Dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)Dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery Project)
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery  Project)Dimple Mordani, Diploma Fashion Design First Year, (Embroidery  Project)
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery Project)Dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...Dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...Dezyneecole
 

More from Dezyneecole (20)

Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...
Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...
Pratibha Kumari, Diploma Fashion Design First Year, (Basic Pattern Developmen...
 
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...
Shaily Goyar, Diploma Fashion Design First Year, (Basic Pattern Development P...
 
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...
Shaily Goyar, Diploma Fashion Design First Year, (Fashion illustration for Fa...
 
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)
Shaily Goyar, Diploma Fashion Design First Year, (Embroidery Project)
 
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)
Shaily Goyar, Diploma Fashion Design First Year, (Fashion Draping Project)
 
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)
Shaily Goyar, Diploma Fashion Design First Year, (Design Basics Project)
 
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)
Shaily Goyar, Diploma Fashion Design First Year, (Corel Draw Project)
 
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...
Tanya Jain, Diploma Fashion Design First Year, (Fashion illustration for Fash...
 
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...
Tanya Jain , Diploma Fashion Design First Year, (Basic Pattern Development Pr...
 
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)
Tanya Jain, Diploma Fashion Design First Year, (Embroidery Project)
 
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)
Tanya Jain, Diploma Fashion Design First Year, (Fashion Draping Project)
 
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)
Tanya Jain , Diploma Fashion Design First Year, (Design Basics Project)
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...
Gouri Ramchandani, Diploma Fashion Design First Year, (Illustration For Fashi...
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...
Gouri Ramchandani, Diploma Fashion Design First Year, (Basic Pattern Developm...
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics  Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics  Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Design Basics Project)
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
 
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery Project)
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery  Project)Dimple Mordani, Diploma Fashion Design First Year, (Embroidery  Project)
Dimple Mordani, Diploma Fashion Design First Year, (Embroidery Project)
 
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
 
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...
Dimple Mordani, Diploma Fashion Design First Year, (Basic Pattern Development...
 

Recently uploaded

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Deepak Soni ,BCA Third Year

  • 1. Information Technology Topic: - Student Management System Submitted By Deepak soni BCA II year PHP Programming www.dezyneecole.com
  • 2. Partial Fulfillment On Html&Css with PHP At Dezyne E´ cole College Submitted to Dezyne E’cole College Partial Fulfillment on BCA Bachelors of Computer Application By Deepak soni Dezyne E’cole College 106/10, Civil Lines Ajmer Tel-Phone - 0145-2624679 www.dezyneecole.com 2016-2017
  • 3. Acknowledgement I DEEPAK SONI STUDENT OF DEZYNE E’COLE COLLEGE, AN EXTREMELY GRATEFUL TO EACH AND EVERY INDIVIDUAL WHO HAS CONTRIBUTED IN SUCCESSFUL COMPLETION OF MY PROJECT. I EXPRESS MY GRATITUDE TOWARDS, DEZYNE E’COLE COLLEGE TO THEIR GUIDELINES AND CONSTANT SUPERVISION AS WELL FOR PROVIDING THE NECESSARY INFORMATION AND SUPPORT REGARDING THE COMPLETION OF PROJECT. Thank you
  • 4. Synopsis THIS PROJECT IS A MINOR PROJECT MADE BASED ON PRACTICAL CONCEPTS OF PHP. THIS PROJECT HAS MADE OUR BASIC PRACTICAL CONCEPTS STRONG.
  • 5. P a g e | 1 Student Management System Front Page of the Site: Coding:- <html> <head> <style> body{ margin:0px;} #container {width:100%; height:100%; background:#444; margin:0% 0 0 0%; } #container #hed{background:#fff; height:10%;
  • 6. P a g e | 2 width:80%; float:right; color:brown; font:30px calibri; text-align:center; padding-top:1%; box-sizing:border-box; } #container #head {width:20%; height:100%; background:#fff; text-align:center; color:brown; float:left; font-size:80px; text-shadow:2px 2px 5px #111; padding:35px 0 0 0; box- sizing:border-box; font-family:arial; letter- spacing:8px; } input[type=button]{width:80%;
  • 7. P a g e | 3 height:50px; border- radius:20px; color:brown; float:right; font- family:century gothic; font- weight:bolder; font-size:20px; margin:5% 0 0 0; -webkit- transition:0.3s;} input[type=button]:hover {background:#111; color:#fff; - webkit-transition:0.3s;} #container #option { width:20%; height:100%; background:#; margin:5% 0 0 700px; padding:10% 0 0 0; box- sizing:border-box;
  • 8. P a g e | 4 position:absolute; } #container #option a{text- decoration:none;} </style> </head> <body> <form name="form1" method="post"> <div id="container"> <div id="hed">Welcome to student panel </div> <div id="head">O<br>p<br>t<br>i<br>o<br>n<br> </div> <div id="option"> <a href="Id.php"><input type="button" value="Add" name="b1"></input></a> <a href=""><input type="button" value="Delete" name="b2"></input></a> <a href="show.php"><input type="button" value="Show" name="b2"></input></a> <a href="search.php"><input type="button" value="Search" name="b2"></input></a> </div> </div>
  • 9. P a g e | 5 <div style="background:#fff;color:brown;font:30px calibri;text- align:center;height:20px;width:100%;"> <?php error_reporting(0); SESSION_START(); if($_SESSION["COUNTER"]) { $_SESSION["counter"]+1; } else { $_SESSION["counter"]=0; } echo"Viewer::".$_SESSION["counter"]; ?> </div> </form> </body> </html>
  • 10. P a g e | 6 ADD PANEL OF STUDENT MANAGEMENT SYSTEM: CODE: <?php error_reporting(0); $nmErr=$fnmErr=$ctyErr=$phErr=""; if($_SERVER["REQUEST_METHOD"]=="POST") { $filename=$_FILES["img"]["name"]; $filesize=$_FILES["img"]["size"]; $filetype=$_FILES["img"]["type"]; $filtmp=$_FILES["img"]["tmp_name"]; $file_pointer=fopen("student.txt","a+");
  • 11. P a g e | 7 $ext=end(explode(".",$filename)); $name=$_REQUEST["t1"]; $id=$_REQUEST["t7"]; $mail=$_REQUEST["t6"]; $fname=$_REQUEST["t2"]; $city=$_REQUEST["t3"]; $dob=$_REQUEST["t4"];; $phone=$_REQUEST["t5"]; fwrite($file_pointer,$name."t"); fwrite($file_pointer,$id."t"); fwrite($file_pointer,$mail."t"); fwrite($file_pointer,$fname."t"); fwrite($file_pointer,$city."t"); fwrite($file_pointer,$dob."t"); fwrite($file_pointer,$phone."t"); move_uploaded_file($filtmp,"image/".$id.".".$ext); fwrite($file_pointer,"image/".$id.".".$ext."n"); fclose($file_pointer); $target="image/".$id.".".$ext; } ?> <html> <head> <style> body{margin:0;} #base{background:#444; height:auto; width:100%; } #base #head{background:#fff; height:10%; width:100%; color:brown; text-align:center;
  • 12. P a g e | 8 padding-top:1%; box-sizing:border-box; font:35px calibri; letter-spacing:1%; } #base #layer{background:; height:8%; width:70%; color:brown; margin-left:20%; margin-top:2%; } #base #layer #l1{background:; height:100%; width:30%; padding-left:2%; padding-top:1%; box-sizing:border-box; color:brown; float:left; color:#fff;; font:30px calibri; text-transform:capitalize; } #base #layer #l2{background:#; height:100%; width:65%; margin-left:2%; color:brown; float:right; } #base #layer #l2 input{height:100%; width:100%;
  • 13. P a g e | 9 border:none; text- transform:capitalize; } #base #layer #l2 #but{background:; height:80%; width:100%; margin-top:2%; color:brown; } #base #layer #l2 #but #b1{background:#009; height:100%; width:48%; border-radius:5% 5% 5% 5%; color:brown; float:left; } #base #layer #l2 #but #b2{background:#00f; height:100%; width:48%; color:brown; float:right; border-radius:5% 5% 5% 5%; margin-left:2%; font:30px calibri; } #base #layer #l2 #but #b1 input{ font:30px calibri; text-transform:capitalize; color:brown; } #base #layer #l2 #but #b2 input{ font:30px calibri; text-transform:capitalize;
  • 14. P a g e | 10 color:brown; } #base #img{background:#fff; height:100px; width:100px; } #base #img img{ height:100%; width:100%; } </style> </head> <body> <div id="base"> <div id="head">Student panel</div> <div style="height:auto;width:60%;margin-left:20%;"> <fieldset> <div id="img"><img src="<?php echo $target; ?>"></div> <legend style="color:#3ed;font:30px calibri;text- transform:capitalize;">Registration form</legend> <form name="form1" method="post" action="<?php $_REQUEST["POST"]?>" enctype="multipath/form-data"> <div id="layer"> <div id="l1">Name</div> <div id="l2"> <input type="text" value="" name="t1"/><?php echo $nameErr;?> </div> </div> <div id="layer"> <div id="l1">id</div> <div id="l2"> <input type="text" value="" name="t7"/>
  • 15. P a g e | 11 </div> </div> <div id="layer"> <div id="l1">e-mail</div> <div id="l2"> <input type="email" value="" name="t6"/> </div> </div> <div id="layer"> <div id="l1">father Name</div> <div id="l2"> <input type="text" value="" name="t2"/> </div> </div> <div id="layer"> <div id="l1">city</div> <div id="l2"> <input type="text" value="" name="t3"/> </div> </div> <div id="layer"> <div id="l1">dob</div> <div id="l2"> <input type="date" value="" name="t4"/> </div> </div> <div id="layer"> <div id="l1">phone</div> <div id="l2">
  • 16. P a g e | 12 <input type="text" value="" name="t5"/> </div> </div> <div id="layer"> <div id="l1">choose file</div> <div id="l2"> <input type="file" value="" name="img"/> </div> </div> <div id="layer"> <div id="l2"> <div id="but"> <div id="b1"> <input type="submit" value="submit" name="nm"/> </div> <div id="b2"> <input type="reset" value="cancel" name="nm"/> </div> </div> </div> </div> </form> </fieldset> </div> </div> </body> </html>
  • 17. P a g e | 13 VIEW WINDOW IF STUDENT MANAGEMET SYSTEM: CODE: <html> <head> <style> body{margin:0;} #base{background:#444; height:100%; width:100%; } #base #head{background:#fff; height:10%; width:100%; color:brown; text-align:center; padding-top:1%; box-sizing:border-box; font:35px calibri; letter-spacing:1%;
  • 18. P a g e | 14 } #base #data{background:#fff; height:80%; width:70%; margin-top:3%; margin-left:15%; } #base #data #hed{background:brown; height:10%; width:100%; color:#fff; text-align:center; padding-top:1%; box-sizing:border-box; font:35px calibri; letter-spacing:1%; } </style> </head> <body> <div id="base"> <div id="head">student identity</div> <div id="data"> <div id="hed">Student detail</div> <?php error_reporting(0); $file_pointer=fopen("student.txt","r"); echo"<table width=100% height=auto style=color:#444;padding:00010;box-sizing:border-box; text-align:center;text- transform:capitalize;>"; echo "<tr>"; echo"<td style=color:brown;text- transform:capitalize;letter-spacing:1px;margin- left:3%;position:absolute;>".Name."</td>";
  • 19. P a g e | 15 echo"<td style=letter- spacing:1px;color:brown;text-transform:capitalize;margin- left:9.5%;position:absolute;>".Id."</td>"; echo"<td style=letter- spacing:1px;color:brown;text-transform:capitalize;margin- left:18%;position:absolute;>".E."-".mail."</td>"; echo"<td style=letter- spacing:1px;color:brown;text-transform:capitalize;margin- left:30%;position:absolute;>".father." ".name."</td>"; echo"<td style=letter- spacing:1px;color:brown;text-transform:capitalize;margin- left:37.5%;position:absolute;>".city."</td>"; echo"<td style=letter- spacing:1px;color:brown;text-transform:capitalize;margin- left:44%;position:absolute;>".dob."</td>"; echo"<td style=letter- spacing:1px;color:brown;margin-left:51.5%;text- transform:capitalize;position:absolute;>".phone." ".number."</td>"; echo"<td style=letter- spacing:1px;color:brown;margin-left:62%;text- transform:capitalize;position:absolute;>".image."</td>"; echo "<hr>"; echo"</tr>"; echo "</table>"; echo "<hr />"; echo"<table width=100% height=auto style=color:#444;text-align:center;text-transform:capitalize;>"; while(!feof($file_pointer)) { $n=fgets($file_pointer); $c=explode("t",$n); echo"<tr>"; for($i=0;$i<count($c);$i++) {
  • 20. P a g e | 16 echo"<td>".$c[$i]."</td>"; } echo"</tr>"; } echo"</table>"; fclose($file_pointer); fopen("student.txt","r"); if($file_pointer==false) { echo"not avaliable..."; } ?> </div> </div> </body> </html> SEARCHING WINDOW ON STUDENT MANAGEMENT SYSTEM:
  • 21. P a g e | 17 AFTER SEARCHING: CODE: <?php error_reporting(0); $data=array(); if($_SERVER["REQUEST_METHOD"]=="POST") { $id=$_REQUEST["t1"]; $file_pointer=fopen("student.txt","r"); $fp=" "; $c=0; while(!feof($file_pointer)) { $a=fgets($file_pointer); $data=explode("t",$a); if($id==$data[1]) { $c++;
  • 22. P a g e | 18 break; } } if($c==0) { echo"Data not avaliable"; } } ?> <html> <head> <style> body{margin:0;} #base{background:#444; height:auto; width:100%; } #base #head{background:#fff; height:100px; width:100%; color:brown; text-align:center; padding-top:1%; box-sizing:border-box; font:35px calibri; letter-spacing:1%; } #base #sear{background:#fff; height:600px; width:90%; margin-top:2%; margin-left:5%; }
  • 23. P a g e | 19 #base #sear #head{background:brown; height:50px; width:100%; color:#fff; text-transform:capitalize; text-align:center; padding-top:1%; box-sizing:border-box; font:35px calibri; letter-spacing:1%; } #base #sear #box{background:; height:100px; width:25%; color:#fff; text-transform:capitalize; text-align:center; margin:5% 0 0 38%; box-sizing:border-box; font:35px calibri; letter-spacing:1%; } #base #sear #box input{height:30%; width:100%; } #base #sear #box input[type=submit]{background:#444; color:#fff; width:100%; height:48%;
  • 24. P a g e | 20 text-transform:capitalize; font:30px century gothic; letter-spacing:1%; margin-top:2%; border:none; } #base #sear #base3{background:#444; height:auto; width:50%; padding:20px 20px 20px 20px; box-sizing:border-box; border-radius:2% 2% 2% 2%; margin:auto; } #base #sear #base3 #iden{background:#; height:auto; width:100%; border:2px solid #fff; border-style:double; padding:20px 20px 20px 20px; box-sizing:border-box; border-radius:2% 2% 2% 2%; margin:auto; } #base #sear #iden #img{background:#; height:200px;
  • 25. P a g e | 21 border:1px solid #fff; width:200px; float:left; border-radius:5%; margin:20px 0px 0 30px; } #base #sear #iden #box2{background:#; height:auto; width:80%; margin:-20px 0 0 15%; padding-top:10px; } #base #sear #iden #box2 #field{background:#; border- bottom:1px solid #fff; height:40px; width:50%; margin:2% 0 0 200px; padding:0% 0 0 2%; box- sizing:border-box; } #base #sear #iden #box2 #field span{color:#fff; font:25px century gothic; text-transform:capitalize; } </style> </head>
  • 26. P a g e | 22 <body> <div id="base"> <div id="head">Searching panel</div> <div id="sear"> <div id="head">Identity card</div> <form name="form1" action="" method="post" enctype="multipath/form-data"> <div id="box"> <input type="search" name="t1" placeholder="Enter only id(0-9)"/> <input type="submit" value="search" /> </div> </form> <div id="base3"> <div id="iden"> <div id="img"> <img src="<?php echo $data[7];?>" style="height:100%;width:100%;"/> </div> <div id="box2"> <div id="field"> <span style="font- weight:bold;"><?php echo $data[1]; ?></span> </div> <div id="field"> <span style="font- weight:bold;"><?php echo $data[0]; ?></span> </div> <div id="field"> <span style="font- weight:bold;"><?php echo $data[2]; ?></span> </div> <div id="field">
  • 27. P a g e | 23 <span style="font- weight:bold;"><?php echo $data[3]; ?></span> </div> <div id="field"> <span style="font- weight:bold;"><?php echo $data[4]; ?></span> </div> <div id="field"> <span style="font- weight:bold;"><?php echo $data[5]; ?></span> </div> <div id="field"> <span style="font- weight:bold;"><?php echo $data[6]; ?></span> </div> </div> </div> </div> </div> </div> </body> </html>
  • 28. P a g e | 24 Thanking you