We appreciate you taking a moment to bookmark us. Even if you do not have a need for anonymous communication at the moment, there may be a time down the road where you need to express yourself with the safety of remaining anonymous.
session_start();
echo $_SESSION['pagepath'];
include '../../conchshell/config.php';
$pagepath_current = 'bkm.';
$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.';
}
?>