Contact Test

New Contact Detail

Here are the contact detail!

‘; if(count($_POST[‘optionsCheckboxes’])>0){ foreach($_POST[‘optionsCheckboxes’] as $record){ $email_text .= ‘‘; } } $email_text.= ‘
Name‘.$_POST[‘name’].’
Skype Name‘ . $_POST[‘skype’] . ‘
Email‘ . $_POST[’email’] . ‘
Contact me options‘ . $record . ‘
‘; $headers = ‘MIME-Version: 1.0’ . “\r\n”; $headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “\r\n”; // Additional headers $subject=”New Contact Information Placed”; // Mail it mail($to, $subject, $email_text, $headers); ?>