Contact us




Name : $name
Company : $company
Phone : $phone
Message : $message


“;

$headers = “MIME-Version: 1.0” . “\r\n”;
$headers .= “Content-type:text/html;charset=UTF-8” . “\r\n”;
$headers .= “From: <$from>” . “\r\n”;
$is_sent=mail($to,$subject,$message,$headers);
}

$html = ‘

For work related queries please contact.

Name:- Namrata Kale

Editor:- Radioandmusic.com

Contact No:- 8828220651 / namratak@radioandmusic.com

Please use the form below to send us your inquiry.

‘;
if(!empty($error_list)){
foreach($error_list as $errors){
$html .=’

‘.$errors.’

‘;
}
}
if($is_sent!=””){
$name=”; $company=”; $email=”; $phone=”; $message=”;
$html .=’

Thank your for your interest. Will connect to you shortly.

‘;
}

$html .=’

Fields marked with an * are required.






‘;
print $html;
?>