session_start(); header("Cache-control: private"); // IE 6 Fix. if (isset($_SESSION["cfgfile"])) { include("/home/config/".$_SESSION["cfgfile"]); } else { echo("No config file"); exit(); } if (!isset($_SESSION["visitor"])) { header("Location:$site/main/members.php"); } include("/home/config/common.php"); //connect to the mysql server dbconn( $host, $user, $pass, $dbname); $sql="SELECT * FROM candaccount WHERE cid='$visitor'"; $result=mysql_query($sql); if (!$result){ echo("
Error performing query : ". mysql_error()."
"); } $row=mysql_fetch_array($result); $cid=$row["cid"]; include("/home/hiring_template/include/header.tpl"); $jobcat=translate_categories($row["jobcat"]); ?>
| ||||||||