Subscribe here for updates, news and special offers from The International School by email. Your privacy is important to us so your e-mail will not be given to anyone else and you can unsubscribe at any time.

E-mail
 
0)){ echo '

'.$HTTP_GET_VARS[email].'

'; if($row[subscribed]=="no"){ echo 'You are already unsubscribed from the newsletter, please click here to subscribe again.'; }else{ if(!$HTTP_POST_VARS[confirmed]){ echo 'Are you sure you wish to unsubscribe from the newsletter?

'; }else{ echo 'You have been unsubscribed and will no longer recieve the newsletter.'; mysql_query("UPDATE newsletter_subscribers SET subscribed = 'no' WHERE email='$HTTP_GET_VARS[email]'"); } } }else{ if(!$HTTP_POST_VARS[email]){ form_block(); }elseif($REQUEST_METHOD=="POST"){ if(!$HTTP_POST_VARS[email]){ form_block("Please enter your email address!
"); }elseif(!check_email($HTTP_POST_VARS[email])){ form_block("Please enter a valid e-mail address!
"); }else{ echo subscribe($HTTP_POST_VARS[email]); } } }?>