

session_start(); require_once("includes/connection.php"); require_once("includes/paging.php"); db_connect(); $SQLC="select * from tbl_category where seocategory='".$_REQUEST['seocategory']."' order by sequence"; $resC=mysql_query($SQLC); $numrowsC=mysql_num_rows($resC); if($numrowsC>0){ while($objC=mysql_fetch_object($resC)) { $strCatIDC=$objC->category_id; $strCatNameC=$objC->category_name; $strDescriptionC=$objC->description; $strMetatag=$objC->meta_tag; $strtagtitle=$objC->tag_title; $strpagetitle=$objC->page_title; $strMetaDesc=$objC->meta_description; $strImageC=$objC->image; $strImagetag=$objC->image_alt_tag; $strSEOCatNameC=$objC->seocategory; $val=$strSEOCatNameC; } } $SQLh="select * from header_alt_tag where header_id='1' "; $resh=mysql_query($SQLh); $numrowsh=mysql_num_rows($resh); if($numrowsh>0){ while($objh=mysql_fetch_object($resh)) { $home=$objh->home; $aboutus=$objh->aboutus; $news=$objh->news; $enquiry=$objh->enquiry; $contact=$objh->contactus; $sitemap=$objh->sitemap; } } ?>