Contact

We will be happy to answer any written questions you have regarding our range of products. Simply complete the form below ensuring you enter a valid email address with a contact name. Alternatively, our address and fax number are listed at the bottom of this page.

Telephone enquiries will be dealt with by our distributors in Japan, Nellie's English Books, Tel: 03-3865-6210 / 0120-071329 (Free Dial)

Personal Details                                                           *Required Field

Title

First Name *

Last Name *

Job Title *

E-mail *

Company/School

Company/School Name *

No. of Schools

No. of Students

Minimum Student Age
Maximum Student Age

Address line 1

Address line 2

City

Country

Would you like a Saxoncourt Publishing Ltd catalogue?

Choose an option

 Yes    No

Comment

           

 

By post
Saxoncourt Publishing Ltd / Examinations
KYU Bldg. 4F
3-22-21 Nishikasai
Edogawa-ku
Tokyo 134-0088
Japan

By fax
Fax: +81(3) 3869 5238

back to top

 

 
 
'; if (isset($error)) { echo '

Contact

\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t"; /* Check the FIRST name has no extra spaces, has a capital letter for its first letter and that any slashes are stripped for pretty output before printing to page. If there is no entry $error is called.*/ if ($_POST['fname'] != '') { $_POST['fname'] = trim($_POST['fname']); $_POST['fname'] = ucfirst($_POST['fname']); echo ''; } else { echo ''; $error = 'TRUE'; } /* Check the LAST name has no extra spaces, has a capital letter for its first letter and that any slashes are stripped for pretty output before printing to page. If there is no entry $error is called.*/ if ($_POST['lname'] != '') { $_POST['lname'] = trim($_POST['lname']); $_POST['lname'] = ucfirst($_POST['lname']); echo ''; } else { echo ''; $error = 'TRUE'; } /* Check the JOB TITLE has no extra spaces, has a capital letter for its first letter and that any slashes are stripped for pretty output before printing to page. If there is no entry $error is called.*/ if ($_POST['jtitle'] != '') { $_POST['jtitle'] = trim($_POST['jtitle']); $_POST['jtitle'] = ucfirst($_POST['jtitle']); echo ''; } else { echo ''; $error = 'TRUE'; } /* Check that the given email address has a valid domain and split it into the username and domain.*/ list($userName, $mailDomain) = split("@", $email); if (!checkdnsrr($mailDomain, "MX")) { echo ''; $error = 'TRUE'; } else if (!ereg("^..*\@.+\..+[A-Za-z0-9]$", $_POST['email'])) { echo ''; $error = 'TRUE'; } else echo ''; /* Check the COMPANY / SCHOOL name has no extra spaces, has a capital letter for its first letter and that any slashes are stripped for pretty output before printing to page. If there is no entry $error is called.*/ if ($_POST['company'] != '') { $_POST['company'] = trim($_POST['company']); $_POST['company'] = ucfirst($_POST['company']); echo ''; } else { echo ''; $error = 'TRUE'; } /* If SCHOOL NUMBER is filled in this checks whether it's an integer If it isn't an integer $error is called. If there is no entry nothing is echoed */ if (is_numeric($_POST['schoolnum'])) { $_POST['schoolnum'] = trim($_POST['schoolnum']); echo ''; } elseif ($_POST['schoolnum'] == '') echo ''; else { echo ''; $error = 'TRUE'; } /* If TOTAL STUDENTS is filled in this checks whether it's an integer If it isn't an integer $error is called. If there is no entry nothing is echoed */ if (is_numeric($_POST['studentnum'])) { $_POST['studentnum'] = trim($_POST['studentnum']); echo ''; } elseif ($_POST['studentnum'] == '') echo ''; else { echo ''; $error = 'TRUE'; } /* If MIN STUDENT AGE is filled in this checks whether it's an integer If it isn't an integer $error is called. If there is no entry nothing is echoed */ if (is_numeric($_POST['studentagemin'])) { $_POST['studentagemin'] = trim($_POST['studentagemin']); echo ''; } elseif ($_POST['studentagemin'] == '') echo ''; else { echo ''; $error = 'TRUE'; } /* If MAX STUDENT AGE is filled in this checks whether it's an integer If it isn't an integer $error is called. If there is no entry nothing is echoed */ if (is_numeric($_POST['studentagemax'])) { $_POST['studentagemax'] = trim($_POST['studentagemax']); echo ''; } elseif ($_POST['studentagemax'] == '') echo ''; else { echo ''; $error = 'TRUE'; } /* Check the ADDRESS1 has no extra spaces and that any slashes are stripped for pretty output before printing to page.*/ if ($_POST['address1'] != '') { $_POST['address1'] = trim($_POST['address1']); echo ''; } else echo ''; /* Check ADDRESS2 has no extra spaces and that any slashes are stripped for pretty output before printing to page.*/ if ($_POST['address2'] != '') { $_POST['address2'] = trim($_POST['address2']); echo ''; } else echo ''; /* Check CITY has no extra spaces and that any slashes are stripped for pretty output before printing to page.*/ if ($_POST['city'] != '') { $_POST['city'] = trim($_POST['city']); $_POST['city'] = ucfirst($_POST['city']); echo ''; } else echo ''; /* Check COUNTRY has no extra spaces and that any slashes are stripped for pretty output before printing to page.*/ if ($_POST['country'] != '') { $_POST['country'] = trim($_POST['country']); $_POST['city'] = ucfirst($_POST['city']); echo ''; } else echo ''; /* Print CATALOGUE as ayes or a no */ if ((isset($_POST['catyes'])) && ($_POST['catyes'] == 'yes')) echo ''; elseif ((isset($_POST['catyes'])) && ($_POST['catyes'] == '')) echo ''; else echo ''; /* Check COMMENT slashes are stripped for pretty output before printing to page. If there is no entry $error is called.*/ if ($_POST['comment'] != '') echo ''; else { echo ''; $error = 'TRUE'; } echo '

Title:

".(stripslashes($_POST['title']))."

First Name:

'.(stripslashes($_POST['fname'])).'

First Name:

This is a required field.

Last Name:

'.(stripslashes($_POST['lname'])).'

Last Name:

This is a required field.

Job Title:

'.(stripslashes($_POST['jtitle'])).'

Job Title:

This is a required field.

Email:

Please enter a correct email address.

Email:

Please enter a correct email address.

Email:

'.$_POST['email'].'

Company/School:

'.(stripslashes($_POST['company'])).'

Company / School:

This is a required field.

School Numbers:

'.(stripslashes($_POST['schoolnum'])).'

School Numbers:

Numbers are only permitted in this field.

Total Students:

'.(stripslashes($_POST['studentnum'])).'

Numbers are only permitted in this field.

Student Age (min.):

'.(stripslashes($_POST['studentagemin'])).'

Student Age (min.):

Numbers are only permitted in this field.

Student Age (max.):

'.(stripslashes($_POST['studentagemax'])).'

Student Age (max.):

Numbers are only permitted in this field.

Address Line 1:

'.(stripslashes($_POST['address1'])).'

Address Line 2:

'.(stripslashes($_POST['address2'])).'

City:

'.(stripslashes($_POST['city'])).'

Country:

'.(stripslashes($_POST['country'])).'

Catalogue:

Required

Catalogue:

Not Required

Catalogue:

Not Required


Comment:

'.(stripslashes($_POST['comment'])).'

Comment:

Please enter a comment.



'; include("../includes/nav_floor.php"); echo '
'; include("../includes/copyright.php"); echo'

 

 

'; include("../includes/nav_level1.php"); echo'
'; } else { ?>   \n\t\t\t\t\t

Thank you for your interest. Your email will be answered shortly.

\n\t\t\t\t"; else echo '

Unfortunately, your email could not be processed. Please email support@saxoncourtelt.com separately with your enquiry.

'; saxelt_connect(); $timestamp = mktime(); $sql1 = " INSERT INTO mailing( mailing_id, mailing_timestamp, mailing_title, mailing_jtitle, mailing_fname, mailing_lname, mailing_email, mailing_company, mailing_schoolnum, mailing_studentnum, mailing_studentagemin, mailing_studentagemax, mailing_address1, mailing_address2, mailing_city, mailing_country, mailing_catalogue, mailing_comment) VALUES( '', '" . (htmlspecialchars($timestamp)) . "', '" . (htmlspecialchars($_POST['title'])) . "', '" . (htmlspecialchars($_POST['jtitle'])) . "', '" . (htmlspecialchars($_POST['fname'])) . "', '" . (htmlspecialchars($_POST['lname'])) . "', '" . $_POST['email'] . "', '" . (htmlspecialchars($_POST['company'])) . "', '" . (htmlspecialchars($_POST['schoolnum'])) . "', '" . (htmlspecialchars($_POST['studentnum'])) . "', '" . (htmlspecialchars($_POST['studentagemin'])) . "', '" . (htmlspecialchars($_POST['studentagemax'])) . "', '" . (htmlspecialchars($_POST['address1'])) . "', '" . (htmlspecialchars($_POST['address2'])) . "', '" . (htmlspecialchars($_POST['city'])) . "', '" . (htmlspecialchars($_POST['country'])) . "', '" . (htmlspecialchars($_POST['catyes'])) . "', '" . (htmlspecialchars($_POST['comment'])) . "')"; $result1 = mysql_query($sql1); ?>