Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/listreflections.php
Назад
<?php session_start(); $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="preacherotaUmuahia=2016byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php $dodimp=$yto; if (isset($_GET['deltab'])) { $deltab=$_GET['deltab']; $sql="delete from reflections where sn = $deltab"; $result=mysql_query($sql,$csn) or die(mysql_error()); } include("forall2.php"); $query_dio1 = "SELECT * FROM reflections where who=$dodimp order by dater desc"; $dio1 = mysql_query($query_dio1, $csn) or die(mysql_error()); $row_dio1 = mysql_fetch_assoc($dio1); $totalRows_dio1 = mysql_num_rows($dio1); ?> <!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--> <?php echo $bb; ?> <hr /> <p style="color:#990000"><b>Add Homily/Reflection</b></p> <form id="form1" name="form1" method="post" action="listreflections.php"> <table width="100%" cellpadding="1" cellspacing="2"> <tr valign="top"> <td style="font-weight:bold; text-align:center">Title</td> <td align="left" ><input name="titler" type="text" size="70" /></td> </tr> <tr valign="top"><td colspan="2" style="font-weight:bold">Reflection For <input name="dater" id="dater" type="text" value="<?php echo date('Y-m-d'); ?>" size="45" readonly="readonly"> <button id="trigger1">...</button> <script type="text/javascript"> Calendar.setup( { inputField : "dater", // 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; text-align:center"> </td> <td align="left" ><textarea name="contenter" cols="69" rows="25"></textarea></td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="listreflections.php">Cancel</a> <input name="addreflection" type="submit" style="font-size:12px;" id="addreflection" value=" Add Homily/Reflection " /> <input name="who" type="hidden" value="<?php echo $dodimp; ?>" /> </td> </tr> </table> </form> <hr /> <p style="color:#990000"><b>Existing Reflections</b></p> <?php if ($totalRows_dio1>0) { ?> <table width="90%"> <?php do { ?><tr valign="top"> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['titler']; ?></td> <td style="border-bottom:1px solid #333333;"><?php echo $row_dio1['dater']; ?></td> <td style="border-bottom:1px solid #333333;"><a href="editreflection.php?tab=<?php echo $row_dio1['sn']; ?>">Edit</a> | <a href="listreflections.php?deltab=<?php echo $row_dio1['sn']; ?>">Delete</a> </td></tr> <?php } while ($row_dio1 = mysql_fetch_assoc($dio1)); ?> </table> <?php } else { echo ("None Found!"); } ?> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("reflections.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка