Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/editbishop.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['deltab'])) { unset($temp); if(isset($_GET['deltab'])){ $_GET['deltab']=trim($_GET['deltab']); if(preg_match('/^[0-9]/u',$_GET['deltab'])){ settype($_GET['deltab'], 'int'); $temp=(int)$_GET['deltab']; } } if(!isset($temp)){echo "Sorry! Wrong Data!"; exit();} $deltab=$temp; $sql=sprintf("update bishop set photo='pic/f1.jpg' where sn = %s", mysql_real_escape_string($deltab)); $result=mysql_query($sql,$csn) or die(mysql_error()); //unlink($_GET['tab']); } $query_rsdirectory = "SELECT * FROM bishop where sn = 1"; $rsdirectory = mysql_query($query_rsdirectory, $csn) or die(mysql_error()); $row_rsdirectory = mysql_fetch_assoc($rsdirectory); ?> <!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 Bishop's Profile</div> <p> <form action="dadmin.php" method="post" name="Log" enctype="multipart/form-data"> <table width="90%"> <tr valign="top"><td style="font-weight:bold"> Name: </td><td> <input name="nam" id="namer" type="text" value="<?php echo $row_rsdirectory['namer']; ?>" size="50"> </td></tr> <tr valign="top"><td style="font-weight:bold">Date of Birth: </td><td> <input name="dob" id="dob" type="text" value="<?php echo $row_rsdirectory['dob']; ?>" size="45" readonly="readonly"> <button id="trigger1">...</button><script type="text/javascript"> Calendar.setup( { inputField : "dob", // ID of the input field ifFormat : "%Y-%m-%d", // the date format button : "trigger1" // ID of the button } ); </script></td></tr> <tr valign="top"><td style="font-weight:bold">Diaconate Ordination: </td><td> <input name="dia" id="diaconate" type="text" value="<?php echo $row_rsdirectory['diaconate']; ?>" size="45" readonly="readonly"> <button id="trigger2">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "diaconate", // 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 style="font-weight:bold">Priestly Ordination: </td><td> <input name="pri" id="priestly" type="text" value="<?php echo $row_rsdirectory['priestly']; ?>" size="45" readonly="readonly"> <button id="trigger3">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "priestly", // ID of the input field ifFormat : "%Y-%m-%d", // the date format button : "trigger3" // ID of the button } ); </script></td></tr> <tr valign="top"><td style="font-weight:bold">Episcopal Ordination: </td><td> <input name="epi" id="episcopal" type="text" value="<?php echo $row_rsdirectory['episcopal']; ?>" size="45" readonly="readonly"> <button id="trigger4">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "episcopal", // ID of the input field ifFormat : "%Y-%m-%d", // the date format button : "trigger4" // ID of the button } ); </script></td></tr> <!-- <tr valign="top"><td style="font-weight:bold">Other Details: </td><td> <textarea name="detail" id="detail" cols="49" rows="5"><?php $res1=$row_rsdirectory['detail']; $new_string=urldecode ($res1); $new_string=ereg_replace(""", "%22", $new_string); $new_string=ereg_replace("'", "%27", $new_string); $res1=urldecode ($new_string); echo $res1; ?></textarea> </td></tr> --> <tr valign="top"><td style="font-weight:bold">Other Details: </td><td> <textarea name="res" id="residence" cols="49" rows="5"><?php $res1=$row_rsdirectory['residence']; $new_string=urldecode ($res1); $new_string=ereg_replace(""", "%22", $new_string); $new_string=ereg_replace("'", "%27", $new_string); $res1=urldecode ($new_string); echo $res1; ?></textarea> </td></tr> <tr valign="top"><td style="font-weight:bold">Phone: </td><td> <input name="pho" id="phone" type="text" value="<?php echo $row_rsdirectory['phone']; ?>" size="50"> </td></tr> <tr valign="top"><td style="font-weight:bold">E-mail: </td><td> <input name="ema" id="email" type="text" value="<?php echo $row_rsdirectory['email']; ?>" size="50"> </td></tr> <tr valign="top"><td style="font-weight:bold">Motto: </td><td> <input name="mot" id="motto" type="text" value="<?php echo $row_rsdirectory['motto']; ?>" size="50"> </td></tr> <tr valign="top"><td style="font-weight:bold">Existing Photo: </td><td> <img src="<?php echo $row_rsdirectory['photo']; ?>" width="100px" /> <?php if($row_rsdirectory['photo']!="pic/f1.jpg"){ ?><a href="editbishop.php?deltab=<?php echo $row_rsdirectory['sn']; ?>&tab=<?php echo $row_rsdirectory['photo']; ?>">Delete</a> <?php } else { echo(" "); }?> </td></tr> <tr valign="top"><td style="font-weight:bold">New Photo: </td><td> <input type="file" id="uploader" name="uploader" size="40"> </td></tr> <tr><td style="font-weight:bold;"><p> </p><p> </p></td><td> <input name="updatebishop" type="submit" value="Update Profile Now..."> <span class="headingnormal"><a href="dadmin.php">Back to Admin Page</a> </span> </td></tr> </table> </form> </p> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка