Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/editparish.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 parishes 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); $query_dio12 = "SELECT * FROM deanaries where archived<>'Yes' order by titler"; $dio12 = mysql_query($query_dio12, $csn) or die(mysql_error()); $row_dio12 = mysql_fetch_assoc($dio12); $num12 = mysql_num_rows($dio12); $gvv=1; if($num12>0){ do { $deansn[$gvv]=$row_dio12["sn"]; $deannn[$gvv]=$row_dio12["titler"]; $gvv++; } while($row_dio12 = mysql_fetch_assoc($dio12)); } ?> <!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 Parish, Mass Centre or Chaplaincy</div> <p> </p> <form action="dadmin.php" method="post" name="form1" id="form1"> <table width="100%"> <tr valign="top"> <td colspan="2" style="text-align:left;"><b>Name: </b><input name="namer" type="text" size="30" value="<?php echo ($row_dio['namer']); ?>" /> <b>Status:</b> <select name="status"> <option value="<?php echo ($row_dio['status']); ?>" selected="selected"><?php echo ($row_dio['status']); ?></option> <option value="Parish">Parish</option> <option value="MassCentre">Mass Centre</option> <option value="Chaplaincy">Chaplaincy</option> </select> <b>Deanary:</b> <select name="deanary"> <option value="<?php echo ($row_dio['deanary']); ?>" selected="selected"><?php $sql="select titler from deanaries where sn=" . $row_dio['deanary']; $result=@mysql_query($sql); $row=mysql_fetch_array($result); echo($row["titler"]); ?></option> <?php for($i=1; $i<=$num12; $i++){ echo('<option value="' . $deansn[$i] . '">' . $deannn[$i] . '</option>'); } ?></select> </td></tr> <tr valign="top"><td><b>Town:</b></td><td><input name="town" type="text" size="50" value="<?php echo ($row_dio['town']); ?>" /></td></tr> <tr valign="top"><td><b>Address:</b></td><td><textarea name="address" cols="50" rows="15"><?php $res1=$row_dio['address']; $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><b>Details:</b></td><td><textarea name="details" cols="50" rows="15"><?php $res1=$row_dio['details']; $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 colspan="2"><hr style="border-bottom:4px solid #000;" /></td></tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="dadmin.php">Cancel</a> <input name="editparish" type="submit" id="editparish" value=" Edit Record " /> <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 |
proxy
|
phpinfo
|
Настройка