session_start(); require_once ("./include/common.php"); require_once ("./class/article.class.php"); require_once ("./class/log.class.php"); require_once ("./include/function.php"); $error = 0; $email = trim($_POST['email']); $fname = trim($_POST['firstname']); $lname = trim($_POST['lastname']); $p_phone = trim($_POST['p_phone']); $p_area_code = trim($_POST['p_area_code']); $p_country_code = trim($_POST['p_country_code']); $nletter = trim($_POST['newsletter']); $requestors_url = $_SERVER['REMOTE_ADDR']; if (isset($_POST['action']) && ($_POST['action'] == "document")) { if (is_valid_email($email) == "no") { $email_failed="
|
|
|
Dear $fname $lname:
Thank you for registering to receive the featured information:
".$article->title."
To download the information, please visit
".$article->link."
For further information, please email info@centranum.com
Thank you,
The Centranum Team
|