ob_start();
session_start();
require_once ("config.php");
require_once 'lib/Db.class.php';
$db = new Db();
require_once ("lib/function.php");
if(isset($_SESSION['logged_in']) && isset($_SESSION['userid'])){
header('Location: '.$link.$_SESSION['username']);
}
//echo " ";
//d($_SESSION);
?>
include("head.php");?>
include("menu.php");?>
Welcome to Resume Manager!
Premium Responsive vCard/Resume Manager is a vivid, impressive and professional online vCard/Resume Manager, a beautiful Portfolio with sliding effect, resume and contact information with Google map.
Build Resume Now!
$qry="SELECT * FROM profile where home_page=1";
$cand_arr = $db->query($qry);
foreach ($cand_arr as $candidate){
if($candidate['picture']!="" || $candidate['picture']!=NULL){
$picture="images/".$candidate['picture'];
}else{
$picture="images/placeholder.png";
}
?>
} ?>