Contact Request From Bobosoho

User Name: ‘. $name .’

User Email: ‘. $email .’

User Message: ‘. $sendmessage .’


‘;

$headers = ‘From: Bobosoho Office < office@bobosoho.com >‘ . “\r\n” .
‘X-Mailer: PHP/’ . phpversion();
$headers .= ‘MIME-Version: 1.0’ . “\r\n”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “\r\n”;

mail($to, $subject, $message, $headers);

session_destroy();

echo “

Details sent to admin.


Thank you for contact with us. We will replay soon.
Go Back

STAY WITH BFIN

“;

?>