$db = odbc_connect("amf.mdb","username","password");
$SQLRequest = "INSERT INTO forumguests (session, RC, WS, UNIT, surname,
firstname, office, title,
section, phone, fax, mailaddress, foodAllergy, foodAllDetail,
specialDiet,
specialDietDetail,
simulTrans, simulTransDetail, otherReq, otherReqDetail, arrival, depart,
smoking, labourrelations,
coaching, communicating, leadmanagement, balancing) VALUES
('$session','$RC','$WS','$UNIT','$surname',
'$firstname','$office','$title','$section','$phone','$fax','$mailaddress','$
foodAllergy',
'$foodAllDetail','$specialDiet','$specialDietDetail','$simulTrans','$simulTr
ansDetail',
'$otherReq','$otherReqDetail','$arrival','$depart','$smoking',
'$labourrelations',
'$coaching', '$communicating', '$leadmanagement', '$balancing')";
odbc_exec($db, $SQLRequest);