Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/editpriest.php
Назад
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php if (isset($_GET['tab'])) { unset($temp); if(isset($_GET['tab'])){ $_GET['tab']=trim($_GET['tab']); if(preg_match('/^[0-9]/u',$_GET['tab'])){ settype($_GET['tab'], 'int'); $temp=(int)$_GET['tab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $editab=$temp; $query_dio=sprintf("select * from priests where sn = %s", mysql_real_escape_string($editab)); $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); ?> <!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> <?php include("head.php"); ?> <?php include("textare.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content Goes here--> <div class="headingbiggest">Edit Personal Profile</div> <p> </p> <form action="dadmin.php" method="post" name="form1" id="form1"> <table width="100%"> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Title</td> <td > <select name="titler"> <option value="<?php echo ($row_dio['titler']); ?>" selected="selected"><?php echo ($row_dio['titler']); ?></option> <option value="Msgr.">Msgr.</option> <option value="Very Rev. Fr.">Very Rev. Fr.</option> <option value="Rev. Fr.">Rev. Fr.</option> </select> </td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Name</td> <td ><input name="namer" type="text" size="55" value="<?php echo ($row_dio['namer']); ?>" required="required" /></td></tr> <tr valign="top"><td valign="middle" style="font-weight:bold; text-align:right">Ordination</td> <td ><input name="ordination" type="text" id="ordination" value="<?php echo ($row_dio['ordination']); ?>" size="50" readonly="readonly" /><button id="trigger">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "ordination", // ID of the input field ifFormat : "%Y-%m-%d", // the date format button : "trigger" // ID of the button } ); </script></td></tr> <tr valign="top"><td valign="middle" style="font-weight:bold; text-align:right">Date of Birth</td> <td ><input name="dob" type="text" id="dob" value="<?php echo ($row_dio['dob']); ?>" size="50" readonly="readonly" /><button id="trigger2">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "dob", // ID of the input field ifFormat : "%Y-%m-%d", // the date format button : "trigger2" // ID of the button } ); </script></td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">E-mail</td> <td ><input name="email" type="text" id="email" size="55" value="<?php echo ($row_dio['email']); ?>" /></td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Phone</td> <td ><input name="phone" type="text" id="phone" size="55" value="<?php echo ($row_dio['phone']); ?>" /></td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Special Category</td> <td > <select name="category"> <option value="<?php echo ($row_dio['category']); ?>" selected="selected"><?php echo ($row_dio['category']); ?></option> <option value=""></option> <option value="Sabbatical Leave">Sabbatical Leave</option> <option value="Military Chaplaincy">Military Chaplaincy</option> <option value="On Mission">On Mission</option> <option value="In Institution">In Institution</option> <option value="Institution (Within the Diocese)">Institution (Within the Diocese)</option> </select> </td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Special Assignment</td> <td ><input name="specialassign" type="text" id="specialassign" size="55" value="<?php echo ($row_dio['specialassign']); ?>" /></td></tr> <tr valign="top"><td valign="middle" width="250" style="font-weight:bold; text-align:right">Study Leave</td> <td ><input name="studyleave" type="text" id="studyleave" size="55" value="<?php echo ($row_dio['studyleave']); ?>" /></td></tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="dadmin.php">Cancel</a> <input name="editpriest" type="submit" id="editpriest" value=" Edit Priest " /> <input name="sn" type="hidden" value="<?php echo ($row_dio['sn']); ?>" /> </td> </tr> </table> </form> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("dadmin.php"); } ?> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0.28 |
proxy
|
phpinfo
|
Настройка