Anonymous Employee - Communication without the risk.
include '../top_nav.php' ; echo "$top_nav" ; ?>
include "../left_nav.php" ; echo "$left_nav" ; ?>
Your Supervisor Must Agree to These Statments Before Reviewing Your Concern
These are the exact conditions your supervisor must agree to before receiving your concern. Their responses to these questions are stored in our database. They must then also agree to the terms and conditions of use for this site. This means that you remain protected.
include '../../conchshell/config.php';
$pagepath_current = 'rel.';
$pagepath_former = $_SESSION['page_current'] ;
$pagepath = $pagepath_former . $pagepath_current;
$_SESSION['page_current'] = $pagepath;
$sql = mysql_query("UPDATE sessidvars SET pagepath = '$pagepath' WHERE randsessid = '{$_SESSION['randsessid']}'") or die (mysql_error());
$sql2 = mysql_query("UPDATE sessidvars SET time_stamp = now() WHERE randsessid = '{$_SESSION['randsessid']}'") or die (mysql_error());
if(!$sql){
echo 'There has been an error creating your account. Please contact the webmaster.';
}
?>