if ($action=='Send') session_start(); chdir("./.."); ?>
![]() /* this file contains a form to send an email to the admin */ if ($action=='Send') { $session_security_code = $_SESSION['_security_code']; if ($security_code!=$session_security_code ) { echo "Contact Form"; echo " "; echo "Problem: the security code you entered is not correct !"; echo " Click here to modify it"; echo " "; require("includes/footer.inc"); return; } mail($ADMIN_EMAIL, $subject, $body, "From: $email"); echo " Your WebCard has been sent. Thank you. "; echo "Click here to go back to the main menu. "; } else { ?> Select the CARD you would like to send and the MESSAGE TITLE from the following lists: (Click on any image to view the full card sent.) } //////////////////////////////////// END OF THE CURRENT FILE //////////////////// ?> Copyright © YourDateAll rights reserved. Do not duplicate or redistribute in any form. |