include_once "accesscontrol.php";
$qs = "select rTitle from job_seeker_info where uname = \"$uname\" ";
$rs = mysql_query($qs) or die(mysql_error());
$as = mysql_fetch_array($rs);
if(!empty($as[0]))
{
echo "
There are only three easy steps to build your powerful resume:
Start building your resume now. Choose your resume title and write a short introduction about yourself.
|
} ?> include_once('../footer.php'); ?>