Please enter a valid and not hotmail or yahoo email."; $error = 1; } if ($fname == "") { $fname_failed="Please enter your first name."; $error = 1; } if ($lname == "") { $lname_failed="Please enter your last name."; $error = 1; } if($nletter == "") { $nletter_failed="Choose one option."; $error = 1; } if($p_phone){ if(!(is_numeric($p_area_code)&& is_numeric($p_country_code) && is_numeric($p_phone))) { $phone_failed="Please correct the phone number."; $error = 1; } } if ($error == 1) { $error_msg = "
   Required fields input missing or error.
"; }else { $doc = $_SESSION['doc']; if (Article::valid_doc($doc) == false) { $error_msg = "
   Sorry! This article could not be found.
"; }else { $article = new Article($doc); //send email to admin $to = "info@centranum.com"; //$to = "qingenyang@yahoo.com"; $subject = "A document was requested"; $message = "A document was requested by;
name: $firstname $lastname
email: $email
document: ".$article->title. "
newsletter: $newsletter"; if (sendmail($to, $subject, $message, $headers)=="error") { $error_msg = "
   Sorry! The email could not be delivered to $email. Please try again later.
"; $maildeliver = "n"; }else { $maildeliver = "y"; //send email to user $to = $email; $subject = "As Requested: Information - ".$article->title; $message = " As Requested: Information - ".$article->title."

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

"; $headers = "MIME-Version: 1.0\r\n"."Content-type: text/html; charset=iso-8859-1\r\n". "From: info@centranum.com\r\n"."Reply-To: info@centranum.com\r\n"; if (sendmail($to, $subject, $message, $headers)=="error") { $error_msg = "
   Sorry! The email could not be delivered to $email. Please try again later.
"; $maildeliver = "n"; }else { $maildeliver = "y"; } } //record info to database $log = new Log(); $log->set_log(time()); $log->set_firstname($fname); $log->set_lastname($lname); $log->set_email($email); $log->set_newsletter($nletter); $log->set_id_article_demo($doc); $log->set_maildeliver($maildeliver); $log->set_requestors_url($requestors_url); $phone = $p_country_code."-".$p_area_code."-".$p_phone; $log->set_phone($phone); $log->store(); if($maildeliver == "y") { //confirm message header("location: document_confirm.php"); } } $email_failed = ""; $fname_failed = ""; $lname_failed = ""; $nletter_failed = ""; $email = ""; $fname = ""; $lname = ""; $nletter = ""; } } //-- news letter radio buttom if ($nletter == 'n') { $letter_display = "Yes
"; $letter_display .= "No
"; }else { $letter_display = "Yes
"; $letter_display .= "No
"; } ?> Centranum Systems: Our People
Talent Management

  Centranum Systems Ltd

Request for document

Please provide your valid business email address so that we can send you the requested document.

First Name
Last Name
E-Mail
 -   -   Phone Number


Would you like to receive Centranum newsletter with latest Talent & Performance management research?



Privacy Policy: The information above is requested for the purpose of providing to you information about our products and services. Confidentiality will be maintained. The information will not be provided to third parties, nor used for any other purpose.