Mailing List Sign-Up

Be among the first to hear about our classes, upcoming performances and summer programs! To join our email and/or mailing list, please fill out the form below:

* indicates required fields.

Please sign me up!
Please update my information.
I'd like to unsubscribe from your list.

How would you like to receive information from us?

By Mail

By Email

"; $to2 = $_POST['EmailAddr']; $subj2 = "Thank you for your mailing list request at CBA"; $mesg2= "Your information has been sent to the Classical Ballet Academy. We will process your mailing list request within a couple of days. Thank you!"."\n" ; $header2 = "From: Classical Ballet Academy "; $myFile = "maillist.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); $stringData = date("m/d/Y H:i")."\r\n".$_POST['request']."\r\n".$mesg; fwrite($fh, $stringData); fclose($fh); if( mail($to, $subj, $mesg, $header) ) { mail($to2, $subj2, $mesg2, $header2); echo ""; echo ""; echo ""; echo "Classical Ballet Academy"; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo ""; echo ""; echo "
"; echo "

Message Submitted

"; echo "

Your message has been submitted to CBA. You will receive an automatic email confirmation shortly. Thank you for contacting us!

"; echo "

Click here to return to the CBA website.

"; echo "
"; echo "
"; } else echo "Message failed to send"; } ?>