Thanks!
You didn't fill in all fields\n"; die ("Use the back button"); } $todayis = date("l, F j, Y, g:i a") ; $subject = "Someone needs you to clean!"; $notes = stripcslashes($notes); $message = "$todayis [EST] \n Name: $name \n Email: $email \n Phone: $phone \n Message: $notes \n "; $from = "From: $email\r\n"; mail("info@niagaramaids.com", $subject, $message, $from); ?>
Date:
Thank You : ( )
Message:
", $notes);
echo $notesout; ?>

