Use the following inforamtion to contact our law firm:
  • Phone:      (985) 893-7333
  • Toll Free:  1-877-893-7333
  • Fax:         (985) 893-0744

"; print $msg."

"; print "Please go back and try again.
"; } if($_GET['action']=="submit") { if($_POST['name']=="" || !$_POST['name']) { disperror("You must specify your name."); exit; } if($_POST['email']=="" || !$_POST['email']) { disperror("You must specify your e-mail address."); exit; } if($_POST['email2']=="" || !$_POST['email2']) { disperror("You must confirm your e-mail address."); exit; } if($_POST['email'] != $_POST['email2']) { disperror("Your email addresses do not match."); exit; } if($_POST['comments']=="" || !$_POST['comments']) { disperror("You must include a message."); exit; } $headers = "FROM: \"LeBlanc Law Firm Web Entity\" \r\n"; $headers .= "CC: ".$ccwhogetsit."\r\n"; $headers .= "BCC: ".$bccwhogetsit."\r\n"; $headers .= "Reply-To: ".$_POST['email']."\r\n"; $headers .= "X-Mailer: PHP/".phpversion()." - KE5BMS Custom Mailer\r\n"; $headers .= "X-Priority: 1\r\n"; $subject = ($subject .= " (".$_POST['formsubj'].")"); $message = "ATTENTION: The \"reply-to\" header of this e-mail has been modified to match the user who submitted the message. If you reply to this message, it will not go to TMIAC, it will go to the user who submitted it.\n\n"; $message .= "Below is a \"contact us\" submission made via the leblanclawfirm.com web site.\n\n"; $message .= "Date of submission: ".date("r", strtotime("now"))."\n\n"; $message .= "Sent by: ".$_POST['name']." (".$_POST['email'].")\n\n"; $message .= "Subject: ".$_POST['formsubj']."\n\n"; $message .= "User submitted message below:\n--------------\n".$_POST['comments']."\n--------------\n\n"; $message .= "User's reported IP: ".$_SERVER['REMOTE_ADDR']."\n\n"; $message .= "Best Regards,\nThe LeBlanc Law Firm Automated Web Entity\n"; mail($whogetsit, $subject, $message, $headers); print 'Your message has been sent!

Please allow one business day for a response.

Thank you for your interest.

Sincerely,
LeBlanc Law Firm

'; // exit; } ?> Fill out the form below to send us an e-mail. Be sure to leave valid contact information so we can get back to you as soon as possible. We will respond within one business day to your inquiry. Thank you for your interest!

'; } ?> "; ?> '; print 'Your name:

'; print '
'; print 'Your e-mail address:

'; print '
'; print 'Confirm e-mail:

'; print '
'; print 'Enter your message below:
'; print ''; print '

'; print ''; print ''; } ?>