PRODUCTS

Datasheet
Evaluation
 
"; $status= "NOTOK"; } if($status <> "OK"){ echo "$msg
"; } else { $passwd=random_gen(10); $query=mysql_query("insert into customer(email,name,company,phone,password) values('$HTTP_POST_VARS[email]','$HTTP_POST_VARS[name]','$HTTP_POST_VARS[company]','$HTTP_POST_VARS[phone]','$passwd');"); $to = $HTTP_POST_VARS[email]; $subject= "Incentia Web Account's Password!"; $message= "Dear Sir,\r\n". "Your account is your email address: ".$HTTP_POST_VARS[email]."\r\n". "Your password: ".$passwd; $headers= "From: chungtai_chang@incentia.com"."\r\n" . "Reply-To: chungtai_chang@incentia.com"."\r\n". "X-Mailer: PHP/".phpversion(); mail($to, $subject, $message, $headers); echo "Welcome! You have successfully signed up!
Click here to login!
"; } } ?>
 
  All Rights Reserved.