Contact

Send an email to my inbox:

Thanks for your message.

"; $xml .= "

Your Name: " . htmlspecialchars($name) . "

"; $xml .= "

Your Email: " . htmlspecialchars($email) . "

"; $xml .= "

Your Message:

" . htmlspecialchars($message) . 
               "

"; } else { $xml .= "

Something is wrong, your message was not sent. Sorry.

"; } } // Display form to send a message else { $xml .= "
"; $xml .= "Your name:


"; $xml .= "Your email address:


"; $xml .= "Your Message:


"; $xml .= ""; $xml .= "
"; } // Transform! echo $xml; ?>