đ File Manager
đ /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya DÃŧzenle: Teacher_add_2.php
<?php session_start(); include 'connect.php'; if (isset($_SESSION['admin_FullName'])){ ?> <!DOCTYPE html><head> <link rel="icon" href="/favicon.ico" type="image/gif" sizes="16x16"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <title>āĻŽāĻāϞāĻĻā§ āĻŽāĻšāĻžāĻŦāĻŋāĻĻā§āϝāĻžāϞāϝāĻŧ</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta charset="utf-8"> <!--<link rel="stylesheet" href="css/font-awesome.min.css">--> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/w3.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="css/Hover_effect.css" /> <link rel="stylesheet" href="css/jquery-ui.css" /> <!-- popular tab --> <link rel="stylesheet" href="css/templatemo_misc.css"> <link rel="stylesheet" href="css/templatemo_style.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/style.css" /> <style type="text/css"> .container .row .templatemo_home_top .col-md-8 .templatemo_home_top_left.shadow .col-md-8 p { text-align: justify; } .txtCenterAline { text-align: justify; } .txtcolor { color: #333; } </style> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery-1.11.3.min.js"></script> <script src="js/templatemo_custom.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/ddmenu.js"> </script> <script src="js/ddmenub.js"> </script> <script src="js/clock.js"></script> <link rel="stylesheet" href="css/contact-buttons.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <script src="js/jquery.contact-buttons.js"></script> <script type="text/javascript"> function centerModal() { $(this).css('display', 'block'); var $dialog = $(this).find(".modal-dialog"); var offset = ($(window).height() - $dialog.height()) / 2; // Center modal vertically in window $dialog.css("margin-top", offset); } $('.modal').on('show.bs.modal', centerModal); $(window).on("resize", function () { $('.modal:visible').each(centerModal); }); </script> </head> <body > <script src="js/demo.js"></script> <a id="ddmenuLink" href="menu.html"></a> <div class="container"> <div class="col-lg-12"> <form action="TeacheAddCode.php" method="post" enctype="multipart/form-data" name="form1"> <center> <table width="409" border="0" cellspacing="1" cellpadding="2"> <tr> <th width="206" scope="row">Name</th> <td colspan="2"><input name="name" type="text" class="textbox1"></td> </tr> <tr> <th scope="row">Address</th> <td colspan="2"><textarea name="add" placeholder="Full Address" class="textbox1"></textarea></td> </tr> <tr> <th scope="row">Email</th> <td colspan="2"><input type="email" name="email" placeholder="ex. abc@gmail.com" class="textbox1"></td> </tr> <tr> <th scope="row">Phone No</th> <td colspan="2"><input type="text" name="phone" placeholder="Valid Phone Number"class="textbox1"></td> </tr> <tr> <th scope="row">Designation</th> <td colspan="2"><select name="des" class="textbox1"> <option>Assistant professor</option> <option>Associate professor</option> </select></td> </tr> <tr> <th scope="row">Qualification</th> <td colspan="2"><textarea name="quali" class="textbox1"></textarea></td> </tr> <tr> <th scope="row">Area of interest</th> <td colspan="2"><textarea name="int" class="textbox1"></textarea></td> </tr> <tr> <th scope="row">Select Department</th> <td colspan="2"><select name="select" class="textbox1"> <option> Department</option> <option>Assamese</option> <option>Arabic</option> <option>Bengali</option> <option>Bodo</option> <option>Botany</option> <option>Chemestry</option> <option>Computer Science & IT</option> <option>Economics</option> <option>Education</option> <option>English</option> <option>Food</option> <option>Geography</option> <option>History</option> <option>Philosophy</option> <option>Political Science</option> <option>Physics</option> <option>Sanskrit</option> <option>Statistic</option> <option>Zoology</option> </select></td> </tr> <tr> <th scope="row">Date Of Joining</th> <td colspan="2"><input type="date" name="doj" class="textbox1"></td> </tr> <tr> <th scope="row">HOD</th> <td colspan="2"><input type="text" name="hod" class="textbox1"></td> </tr> <tr> <th scope="row">Specialist</th> <td colspan="2"><textarea name="spz" class="textbox1"></textarea></td> </tr> <tr> <th scope="row">Picture</th> <td colspan="2"><input type="file" name="Tadd_P" class="textbox1"></td> </tr> <tr> <th scope="row"> </th> <td width="86"><input name="Reset" type="reset" class="btn-warning" id="button" value=" Reset "></td> <td width="101"><input name="submit" type="submit" class="btn-success" id="button2" value=" Done "></td> </tr> <tr> <th scope="row"> </th> <td colspan="2"> </td> </tr> </table> </center> </form> </div> </div> <div class="container"> <br><br> <br> <br> <a id="ddmenuLinkb" href="bottom.html"></a> </div> <!-- footer end --> </body> </html> <?php } else { header("location:mldclgadmin.php"); } ?>
đž Kaydet
İptal