session_name("CAREERS");
session_start();
//$career_action = "";
?>
Cognitvie Solutions Limited
|
|
|
|
|
Careers |
|
|
|
if (!(isset($_GET['home'])))
{
include("careers_home.php");
}
else
{
include("careers_apply.php");
}
?>
/*
//if (!(isset($_GET['home']))) {
$career_action = $_GET['home'];//$home;}
switch ($career_action)
{
case "home":
{
include("careers_home.php");
}
case "apply":
{
include("careers_apply.php");
}
default:
}
*/
?>
|
|
|
|
|
|
|
|
|
|
|
|