"; } if($last == "") { $err = true; $usrMsg .= "Enter your last name.
"; } if (!is_valid_email($email) || contains_bad_str($email) || contains_newlines($email)) { $err = true; $usrMsg .= "Enter a valid email address.
"; } if($city == "") { $err = true; $usrMsg .= "Enter your city.
"; } if($country == "") { $err = true; $usrMsg .= "Select your country.
"; } if(contains_bad_str($message)) { $err = true; $usrMsg .= "Sorry, unable to send email at this time.
"; } // Add data to Contact List if($listMember == "yes") { include("../admin/config.php"); $date= date ("Y-n-j"); $data = "INSERT INTO `contacts` (`date` , `first` , `last` , `email` , `street` , `city` , `state`, `zip`, `country`) VALUES('$date', '$first', '$last', '$email', '$street', '$city', '$state', '$zip', '$country')"; mysql_query($data); mysql_close(); } $mailto = "talk@kronosquartet.org"; $mailsubj = "email from kronosquartet.org"; $mailhead = "From: $email\n"; if(!$err) { mail($mailto,$mailsubj,$message,$mailhead); $usrMsg .= "

Email sent.

"; if($listMember == "yes") { $usrMsg .= "

You have been added to our mailing list.

"; } } else { $usrMsg = "

Please correct the following errors:
\n" . $usrMsg . "

\n"; } } ?> Kronos Quartet
 
Mailing Address:
Kronos Quartet
P. O. Box 225340
San Francisco, CA 94122-5340
USA
Record Company:
Nonesuch Records
1290 Avenue of the Americas, 23rd Floor
New York, NY 10104
USA

CONTACT US

You can contact us with any comments or questions by

JOIN OUR MAILING LIST

Your information is for our use only. We will not provide our electronic mailing list to other organizations. Please give us your postal address if you want to be added to Kronos’ mailing list.

Sign Up Here:

* required

*





















*



Email Marketing by VerticalResponse



©2004 Kronos Quartet. All rights reserved.