Send Me an E-mail

Your E-mail address:

The Subject:

Your Message:

There is a Problem:"; if (empty($email)) { echo "I need your email address in order to write back. Please fill it in below. Thank you."; } if (empty($message)) { echo "You did not write anything. Please write something. Thank You."; } show_form($email,$message,$subject); } else { if ( ) { // Implement #1 here $subject="your email"; } // Implement #2 here if ( ) { // Implement #3 here echo "

Your Message Has Been Sent.

"; echo "Thank you, $email.

I will read your email regarding $subject and reply soon."; } else { echo "

There is a Problem:

The server was unable to send your mail."; } } } ?>