|
|
//Variables
function setschoolvars() {
//Contact Person Info
$_SESSION['firstname'] = $_REQUEST['firstname'];
$_SESSION['lastname'] = $_REQUEST['lastname'];
$_SESSION['contact_email'] = $_REQUEST['contact_email'];
$_SESSION['contact_phone'] = $_REQUEST['contact_phone'];
//School Info
$_SESSION['sch_name'] = $_REQUEST['sch_name'];
$_SESSION['address'] = $_REQUEST['address'];
$_SESSION['address2'] = $_REQUEST['address2'];
$_SESSION['city'] = $_REQUEST['city'];
$_SESSION['state'] = $_REQUEST['state'];
$_SESSION['zipcode'] = $_REQUEST['zipcode'];
$_SESSION['fax'] = $_REQUEST['fax'];
//Principal Info
$_SESSION['principalfirstname'] = $_REQUEST['principalfirstname'];
$_SESSION['principallastname'] = $_REQUEST['principallastname'];
$_SESSION['principalemail'] = $_REQUEST['principalemail'];
//Survey Type
$_SESSION['survey'] = $_REQUEST['survey'];
//Survey ID
$_SESSION['surv_id'] = surveytype();
//Pertinent Dates
$_SESSION['date_arrived'] = $_REQUEST['date_arrived']; //Date the surveys arrived at the office
$_SESSION['date_scanned'] = $_REQUEST['date_scanned']; //Date the surveys got scanned
$_SESSION['date_report'] = $_REQUEST['date_report']; //Date the finished report was sent
//Comments
$_SESSION['comments'] = $_REQUEST['comments'];
}
?>
|
|
NEASC-CPSS - Committee on Public Secondary SchoolsNEASC-CAISA - Commission on American and International Schools Abroad
|
|
|
CIS - Council of International Schools
|
|
Request Registration Form
 | If you are here to TAKE a survey, please go HERE
|
Please use this form to contact us about administering a survey at your school or institution. We will contact you with details about the survey system and answer any questions you may have. Expect to hear back from us within one business day.
|
|