GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/helpcontact-details.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<? include "includes/header_top.php";?>
<body>
<? include "includes/header.php";?>
<div class="main_bg">
<div style="height:32px; width:1000px;">
</div>
<div style="width:1000px; margin:0 auto;">
<div class="statedetails">
<div class="stdtls_header">
Help & contact Details<span style="float:right; margin-right:5px;"><a href="contact-help.php" style="color:#ad0066;">Back</span>
</div>
<div class="stdtls_midder">
<div style=" width:990px; margin:0 auto;">
<div style="height:15px;"></div>
<?
if($_GET['subid'])
{
$sql_help="SELECT * FROM section_category_sub where id='".$_GET['subid']."'";
$res_help=execute_query($sql_help);
$row_help=mysql_fetch_array($res_help);
?>
<div class="helpquestion">
<?=$row_help['sub_catname']?>
</div>
<div class=helpansware>
<?=stripslashes($row_help['sub_catdtls'])?>
</div>
<? } ?>
<?
if($_GET['secid'])
{
$sql_helpsec="SELECT * FROM sections where id='".$_GET['secid']."'";
$res_helpsec=execute_query($sql_helpsec);
$row_helpsec=mysql_fetch_array($res_helpsec);
?>
<div class="helpquestion">
<?=$row_helpsec['sec_link']?>
</div>
<div class=helpansware>
<?=stripslashes($row_helpsec['seclink_dtls'])?>
</div>
<? } ?>
</div>
</div>
<div class="stdtls_footer"></div>
</div>
</div>
</div>
<? include "includes/footer.php";?>