Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/bishop.php
Назад
<?php include("Connecter/dataconn.php"); ?> <?php $query_myrecords = "SELECT photo,namer,date_format(dob,'%d %b %Y'),date_format(diaconate,'%d %b %Y'),date_format(priestly,'%d %b %Y'),date_format(episcopal,'%d %b %Y'),residence,phone,email,motto FROM bishop WHERE sn = 1"; $myrecords = mysql_query($query_myrecords, $csn) or die(mysql_error()); $row_myrecords = mysql_fetch_assoc($myrecords); $query_dio1 = "SELECT * FROM msg 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"); ?> </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">Profile of Our Bishop</div> <p class="headingbigger" style="color:#7f1003"> <?php if($row_myrecords['photo']!="pic/f1.jpg"){ ?> <img src="<?php echo $row_myrecords['photo']; ?>" class="nimg" style="float:left;" /> <?php } else { echo(" "); }?> <?php echo $row_myrecords['namer']; ?></p> <table cellspacing="10"> <tr valign="top"><td width="150px" style="font-weight:bold;">Date of Birth:</td><td><?php echo $row_myrecords["date_format(dob,'%d %b %Y')"]; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">Deaconate Ordination:</td><td><?php echo $row_myrecords["date_format(diaconate,'%d %b %Y')"]; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">Priestly Ordination:</td><td><?php echo $row_myrecords["date_format(priestly,'%d %b %Y')"]; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">Episcopal Ordination:</td><td><?php echo $row_myrecords["date_format(episcopal,'%d %b %Y')"]; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">Phone:</td><td><?php echo $row_myrecords['phone']; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">E-Mail:</td><td><?php echo $row_myrecords['email']; ?></td></tr> <tr valign="top"><td style="font-weight:bold;">Motto:</td><td><?php echo $row_myrecords['motto']; ?></td></tr> </table> <div> </div> <div> <?php echo $row_myrecords['residence']; ?> </div> <div> </div> <div class="post"> <div style="clear:left"> <div class="headingstyled2">Bishop's Messages</div> <?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;"><a href="msg.php?tab=<?php echo $row_dio1['sn']; ?>">Read this »</a> </td></tr> <?php } while ($row_dio1 = mysql_fetch_assoc($dio1)); ?> </table> <?php } else { echo ("None Found!"); } ?> </div> </div><div class="post-bot"></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
|
Настройка