Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/reflection.php
Назад
<?php include("Connecter/dataconn.php"); ?> <?php $query_dio = "SELECT sn,who,titler,contenter,date_format(dater, '%a, %d %b %Y') as ddate FROM reflections order by dater desc, sn desc limit 0,30"; $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"); ?> </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="headingbigger"><img src="arrowstop.gif" width="22" height="22" /> Homilies/Reflections</div> <hr /> <div align="center"><img src="contri3.jpg" /></div><div> </div> <?php if ($totalRows_dio>0) { $gv=1; ?> <?php do { ?> <div class="headingnormal"> <table width="100%" cellspacing="2" cellpadding="3"> <tr valign="top"> <td width="10px"><?php echo $gv; ?> </td><td><span style="color:#990000;"><?php echo $row_dio['titler']; ?></span></td> </tr></table> </div> <?php $aa=$row_dio['who']; $query_dio44 = "SELECT * FROM members where sn=$aa"; $dio44 = mysql_query($query_dio44, $csn) or die(mysql_error()); $row_dio44 = mysql_fetch_assoc($dio44); ?> <div style="padding-left:30px; color:#000; font-weight:bold;">By <?php echo $row_dio44['namer']; ?> <?php echo $row_dio['ddate']; ?></div> <div><?php echo strip_tags(substr($row_dio['contenter'],0,200)); ?></div> <div style="padding-left:10px;"><a href="reflectiondetail.php?tab=<?php echo $row_dio['sn']; ?>"><img src="rm4.png" width="150px" /></a></div> <hr /> <?php $gv++; } while ($row_dio = mysql_fetch_assoc($dio)); ?> <?php } else { echo ("<div class='owner2'><table border='0' width='90%' cellpadding='2' cellspacing='0' align='center' style='padding-top:20px;'> <tr valign='middle'><td>No Reflection Added Yet for this day! Use the Calendar in the left to check another day!</td></tr></table></div>"); } ?> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка