Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/religious.php
Назад
<?php include("Connecter/dataconn.php"); ?> <?php $query_dio = "SELECT * FROM religious where status='Male' order by nameadd"; $dio = mysql_query($query_dio, $csn) or die(mysql_error()); $row_dio = mysql_fetch_assoc($dio); $totalRows_dio = mysql_num_rows($dio); $query_dio = "SELECT * FROM religious where status='Female' order by nameadd"; $dio1 = mysql_query($query_dio, $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"><img src="arrowstop.gif" width="22" height="22" /> Male Religious Communities</div> <hr /> <?php if ($totalRows_dio>0) { $gv=1; ?> <div class="post"> <?php do { ?> <table width="100%" cellspacing="2" cellpadding="3"> <tr valign="top"> <td width="10px"><div style="color:#990000; font-weight:bold; padding-top:10px;"><?php echo $gv; ?></div></td><td><?php echo $row_dio['nameadd']; ?></td> </tr></table> <table width="100%" cellspacing="2" cellpadding="3"> <tr valign="top"> <td style="background-color:#333333; color:#FFFFFF"><b>Members of the Community</b></td> </tr> <tr valign="top"> <td bgcolor="#d9d9d9"><?php echo $row_dio['members']; ?></td> </tr> </table> <hr /> <?php $gv++; } while ($row_dio = mysql_fetch_assoc($dio)); ?> </div><div class="post-bot"></div> <?php } else { echo ("None Found!"); } ?> <div class="headingbiggest"><img src="arrowstop.gif" width="22" height="22" /> Female Religious Communities</div> <hr /> <?php if ($totalRows_dio1>0) { $gv=1; ?> <div class="post"> <?php do { ?> <table width="100%" cellspacing="2" cellpadding="3"> <tr valign="top"> <td width="10px"><div style="color:#990000; font-weight:bold; padding-top:10px;"><?php echo $gv; ?></div></td><td><?php echo $row_dio1['nameadd']; ?></td> </tr></table> <table width="100%" cellspacing="2" cellpadding="3"> <tr valign="top"> <td style="background-color:#333333; color:#FFFFFF"><b>Members</b></td> </tr> <tr valign="top"> <td bgcolor="#d9d9d9"><?php echo $row_dio1['members']; ?></td> </tr> </table> <hr /> <?php $gv++; } while ($row_dio1 = mysql_fetch_assoc($dio1)); ?> </div><div class="post-bot"></div> <?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>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка