0 ini_set('session._limiter', 'private'); include('admin/adminconfig.php'); $pageid=2; //function to create breadcrumb of question categories $bcstring=""; function getBreadCrumb($id){ global $bcstring; //echo "ID: $id\n"; $query_bc=mysql_query("select * from tbl_category where category_id=$id"); if($query_bc){ $result_bc=mysql_fetch_array($query_bc); }else{ // global $path404; // phpredirect($path404); } $parent_id=$result_bc['parent_id']; $parent_url=$result_bc['category_url']; if($result_bc['category_name']){ $bcstring="» ".$result_bc['category_name']." $bcstring"; } if($parent_id!=0){ getBreadCrumb($result_bc['parent_id']); } } $linkpath=explode("interview-questions/",$_SERVER['REQUEST_URI']); $path404=$linkpath[0]."404.php"; ?> Job Interview Questions for
  get_results("Select * from tbl_category where status='1' and parent_id=$catid"); if($query_categories){ ?> 0){ ?>
CID-clean: $categoryid
"; $query_category=mysql_query("Select * from tbl_category where category_url='$categoryid'") or die(mysql_error($category_id)); $result_category=mysql_fetch_array($query_category); $catid=$result_category['category_id']; getBreadCrumb($catid); echo("» Home ".$bcstring); ?>
The answer has been posted successfully.
Job Interview Question/s for
You could Earn US$ if you post a new question.
Browse by Categories
»  
 
Answered Question/s
Question