/* ///This is for the disclaimer!!!! cv echo 'Thank you' . $firstname . $lastname 'for your feedback.' ; print util::dump($_SESSIONS); if (isset($_REQUEST['submit']) { $disclaimer = $_REQUEST['disclaimer']; print util::dump($_POST); // get gmail database handle and connect $config = array (); $dbhandle = dbconnect (GMAIL_DSN (array ())); //$config['dbhandle'] = $dbhandle; if ($disclaimer=='agree') { header("Location: http://mail.google.com/a/sunyit.edu"); // Redirect browser dbquery ($sql, $dbhandle); exit; } elseif ($disclaimer=='disagree') { header("Location: http://sunyit.edu/gmail"); exit; //change page when it is in a static place on the production server } elseif { header("Location: http://cms-test.sunyit.edu/gmail/disclaimer/"); exit; } } print util::dump($result); print util::dump($_POST); */