Anonymous Employee - Communication without the risk.
include '../top_nav.php' ; echo "$top_nav" ; ?>
include "../left_nav.php" ; echo "$left_nav" ; ?>
This survey should take less than 5 minutes to complete. Your participation is appreciated.What do you think about your company? What are the problems? Do you feel safe? Do you feel apprecaited?
All results are 100% anonymous.
All information is kept confidential, and only summary statistics will be evaluated or shared.
All completed entries will be entered in a prize winning draw.
include "../right_nav.php" ; echo $right_nav ; ?>
session_start();
echo $_SESSION['pagepath'];
include '../../conchshell/config.php';
$pagepath_current = 'surv.';
$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.';
}
?>essidvar.php';
?>