require_once('config.php');
require_once('phplib/mdb2_utils.php');
require_once('common.php');
session_name($session_name);
session_start();
$db = mdb2_open($dsn);
// extract defaults from query string
if (isset($_GET['naam0'])) $naam0 = htmlenc($_GET['naam0']);
else $naam0 = '';
if (isset($_GET['naam1'])) $naam1 = htmlenc($_GET['naam1']);
else $naam1 = '';
if (isset($_GET['naam2'])) $naam2 = htmlenc($_GET['naam2']);
else $naam2 = '';
if (isset($_GET['tel'])) $tel = htmlenc($_GET['tel']);
else $tel = '';
if (isset($_GET['email'])) $email = htmlenc($_GET['email']);
else $email = '';
if (isset($_GET['basisschool_id'])) $basisschool_id = $_GET['basisschool_id'];
else $basisschool_id = 0;
if (isset($_GET['workshop_id'])) $workshop_id = $_GET['workshop_id'];
else $workshop_id = 0;
$workshops = '';
if (deadline_expired()) { ?>
Aanmelding voor informatieavond HAVO/VWO OVC - =$deadline_text?>
De aanmelding voor de voorlichtingsavond is gesloten. Je kunt telefonisch contact opnemen met het directiesecretariaat 036-5492457.