MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.21.46.68
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/ppcad7no/skyinfra.net/../adisgauges.com/admin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/skyinfra.net/../adisgauges.com/admin/manage-header.php
<?php
require_once("../includes/dbsmain.inc.php");
?>
<link href="styles.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript" src="../includes/general.js"></script>
<? include("top.inc.php");?>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td id="pageHead"><div id="txtPageHead">Manage Header</div></td>
              </tr>
            </table>
            <strong class="msg" style="margin-left:500px;">
            <?=display_sess_msg()?>
            </strong>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td id="content"><br />
                  <div align="right"> <a href="header_f.php" style="font-size:13px; font-weight:bold; margin-right:15px;">Add New Header</a> </div>
                  <form method="post" name="form1" id="form1" onSubmit="confirm_submit(this)">
                    <table width="100%"  border="0" cellpadding="0" cellspacing="1" class="tableList">
                      <tr>
                        <th width="11%" nowrap="nowrap" style="font-size:12px; padding:9px;">Header Logo </th>
                        <th width="4%">&nbsp;</th>
                      </tr>
                      <?php
$sql = "select * from tbl_header where 1";	
$result = db_query($sql);				  
while ($line_raw = mysqli_fetch_array($result)) {
	@extract($line_raw);
	$css = ($css=='trOdd')?'trEven':'trOdd';
?>
                      <tr class="<?=$css?>">
                        <td nowrap="nowrap" align="center"><img src="../header_files/<?=$line_raw['header_logo']?>" width="280" height="80" /> </td>
                        <td align="center"><a href="header_f.php?header_id=<?=$header_id?>"><img src="images/icons/edit.png" alt="Edit" width="18" height="18" border="0" /></a></td>
                      </tr>
                      <? } ?>
                    </table>                    
                  </form></td>
              </tr>
            </table>
            <?php include("bottom.inc.php");?>

MMCT - 2023