Ask An Expert
 
 
 
All fields marked with a *are required.
Contact Info :
*Name
*Phone
*E-mail
*Question
Click on "Submit" to send us your request and we will respond as soon as possible.
 
 
 

" ; $message = $message . "Name : ". $name . "

" ; $message = $message . "E-Mail : ". $email . "

" ; $message = $message . "Phone : ". $phone . "

" ; $message = $message . "Questions : ". $question . "

" ; //echo $message; $to = $row['toemail']; //$to = "[email protected]"; $subject = "New Ask An Expert Inquiry"; $body = $message ; $from = $_POST['email']; Ini_set('sendmail_from', $_POST['email']); $mail_sent = mail($to, $subject, $body, "From:$from\r\nReply-to: $strFrom\r\nContent-type: text/html; charset=us-ascii"); if($mail_sent) { echo "success"; } else { echo "failure"; } ?>