<?php
if($_POST){
$collective = $_POST['collective'];
$fax = $_POST['fax'];
$telephone = $_POST['telephone'];
$emailanketa = $_POST['emailanketa'];
$rukovod = $_POST['rukovodit'];
$konkurs = $_POST['konkursprog'];
$nomin = $_POST['nominage'];
if(!empty($nomin)){
$nomin_clas .= 'Номинация, возрастная группа (согласно положению): '.$nomin;
} else {
$nomin_clas .= '';
}
$first_chekked = $_POST['contrdance'];
$second_chekked = $_POST['breakingdance'];
$third_chekked = $_POST['circkdance'];
$foure_chekked = $_POST['breakdancebatle'];
$five_chekked = $_POST['contrdancecontest'];
$namebil = $_POST['namebill'];
$typebil = $_POST['typebill'];
$telrukov = $_POST['telrukovod'];
$emailruk = $_POST['emailrukovod'];
$first_child = $_POST['fio_one'];
$date_age_child = $_POST['data_age_one'];
$two_child = $_POST['fio_two'];
$date_age_two = $_POST['data_age_two'];
$three_child = $_POST['fio_three'];
$date_age_three = $_POST['data_age_three'];
$foure_child = $_POST['fio_four'];
$date_age_foure = $_POST['data_age_four'];
$five_child = $_POST['fio_five'];
$date_age_five = $_POST['data_age_five'];
$six_child = $_POST['fio_six'];
$date_age_six = $_POST['data_age_six'];
$seven_child = $_POST['fio_seven'];
$date_age_seven = $_POST['data_age_seven'];
$eight_child = $_POST['fio_eight'];
$date_age_eight = $_POST['data_age_eight'];
$nine_child = $_POST['fio_nine'];
$date_age_nine = $_POST['data_age_nine'];
$ten_child = $_POST['fio_ten'];
$date_age_ten = $_POST['data_age_ten'];
if(!empty($first_child)){
$first_child_class .= 'ФИО (соло, коллектив): '.$first_child.' Дата рождения: '.$date_age_child;
} else {
$first_child_class .= '';
}
if(!empty($two_child)){
$two_child_class .= 'ФИО (соло, коллектив): '.$two_child.' Дата рождения: '.$date_age_two;
} else {
$two_child_class .= '';
}
if(!empty($three_child)){
$three_child_class .= 'ФИО (соло, коллектив): '.$three_child.' Дата рождения: '.$date_age_three;
} else {
$three_child_class .= '';
}
if(!empty($foure_child)){
$foure_child_class .= 'ФИО (соло, коллектив): '.$foure_child.' Дата рождения: '.$date_age_foure;
} else {
$foure_child_class .= '';
}
if(!empty($five_child)){
$five_child_class .= 'ФИО (соло, коллектив): '.$five_child.' Дата рождения: '.$date_age_five;
} else {
$five_child_class .= '';
}
if(!empty($six_child)){
$six_child_class .= 'ФИО (соло, коллектив): '.$six_child.' Дата рождения: '.$date_age_six;
} else {
$six_child_class .= '';
}
if(!empty($seven_child)){
$seven_child_class .= 'ФИО (соло, коллектив): '.$seven_child.' Дата рождения: '.$date_age_seven;
} else {
$seven_child_class .= '';
}
if(!empty($eight_child)){
$eight_child_class .= 'ФИО (соло, коллектив): '.$eight_child.' Дата рождения: '.$date_age_eight;
} else {
$eight_child_class .= '';
}
if(!empty($nine_child)){
$nine_child_class .= 'ФИО (соло, коллектив): '.$nine_child.' Дата рождения: '.$date_age_nine;
} else {
$nine_child_class .= '';
}
if(!empty($ten_child)){
$ten_child_class .= 'ФИО (соло, коллектив): '.$ten_child.' Дата рождения: '.$date_age_ten;
} else {
$ten_child_class .= '';
}
if($_POST['uchmastercondance'] == 'yes'){
$vid_master_classa .= 'Contemporary dance';
$countlo .= $first_chekked;
} else {
$vid_master_classa .= '';
$countlo .= '';
}
if($_POST['uchmasterbreak'] == 'yes'){
$vid_master_classa .= ', Breaking';
$countlo .= $second_chekked;
} else {
$vid_master_classa .= '';
$countlo .= '';
}
if($_POST['uchmastercirk'] == 'yes'){
$vid_master_classa .= ', Цирковое искусство (воздушная гимнастика, ручной эквилибр)';
$countlo .= $third_chekked;
} else {
$vid_master_classa .= '';
$countlo .= '';
}
if($_POST['otdeloneone'] == 'yes'){
$id_otdelenie .= 'Break dance battle 1*1';
$twontlo .= $foure_chekked;
} else {
$id_otdelenie .= '';
$twontlo .= '';
}
if($_POST['otdeltwo'] == 'yes'){
$id_otdelenie .= ', Contemporary dance contest 1*1 (contemporary duel)';
$twontlo .= $five_chekked;
} else {
$id_otdelenie .= '';
$twontlo .= '';
}
$qustcomet = $_POST['questcomment'];
$whris = $_POST['whereis'];
if(!empty($emailruk)){
$emailruk_class .= 'E-mail руководителя: '.$emailruk;
} else {
$emailruk_class .= '';
}
if(!empty($qustcomet)){
$qustcomet_class .= 'Вопросы и комментарии, особые требования: '.$qustcomet;
} else {
$qustcomet_class .= '';
}
if(!empty($whris)){
$whris_class .= 'Откуда Вы узнали о нас: '.$whris;
} else {
$whris_class .= '';
}
$checked = $_POST['agreem'];
if(!empty($vid_master_classa)){
$master_class .= 'Участие в мастер классах (нужное подчеркнуть): '.$vid_master_classa;
$troll .= $countlo;
} else {
$master_class .= '';
$troll .= '';
}
if(!empty($id_otdelenie)){
$otdelenie_class .= 'Участие в отделении «Battle 1*1» (указать участника и возрастную группу согласно положению): '.$id_otdelenie;
$lollt .= $twontlo;
} else {
$otdelenie_class .= '';
$lollt .= '';
}
$maseg = "Название коллектива, населенный пункт: ".$collective."\nУчреждение (представляющее коллектив или исполнителя): \n\nТелефон: ".$telephone."\nПочта: ".$emailanketa."\nФакс: ".$fax."\n\nФИО (полностью) руководителя коллектива; хореографа: ".$rukovod."\n\nКонкурсная программа (название номера, длительность): ".$konkurs."\n\n".$nomin_clas."\n\nНаименование плательщика (Ф.И.О. или организация): ".$namebil."\n\nСпособ оплаты (безналичный расчет, оплата наличными): ".$typebil."\n\nКонтактный телефон руководителя: ".$telrukov."\n\n".$emailruk_class."\n\n".$master_class."\n\n"."\n\n".$otdelenie_class"\n\n"."\n\n".$qustcomet_class."\n\n".$whris_class."\n\n".$first_child_class."\n\n".$two_child_class."\n\n".$three_child_class."\n\n".$foure_child_class."\n\n".$five_child_class."\n\n".$six_child_class."\n\n".$seven_child_class."\n\n".$eight_child_class."\n\n".$nine_child_class."\n\n".$ten_child_class;
$adress = "tyren@webrazavr.ru,content@webrazavr.ru";
$tema = "Анкета заявка заполнена с сайта Танц Бум";
mail($adress, $tema, $maseg);
}
?>