alert_chi); $subject = htmlspecialchars($myrow3->subject_chi); $msg2 = (LF2BR($myrow3->msg_chi)); $INFO_EMAIL = htmlspecialchars($myrow3->email); } $msgTxt1 = $msgTxt1."
Dear Admin,"; $msgTxt2 = $msgTxt2."
"; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt.""; $msgTxt = $msgTxt."
尊贵的客户 ".$txtName.",
姓名:".$txtName."
身份证:".$txtIdcard."
电邮:".$txtEmail."
电话:".$txtTel."
登记号码:".$uid3."

".$msg2; $msgTxt1 = $msgTxt1."".$msgTxt."

"; $msgTxt2 = $msgTxt2."".$msgTxt."

"; $now = date("Y-m-d", time()); $sql = "INSERT INTO `fpi_account` ( `name`, `email`, `tel`, `idcard`, `qq`,`date2`, `phone`, `sub0`, `sub1` , `sub2`, `sub3`, `Special`) VALUES ('$txtName', '$txtEmail', '$txtTel', '$txtIdcard', '$txtqq','$now', '$txtPhone', '$txtSub0', '$txtSub1', '$txtSub2', '$txtSub3', '$special')"; mysql_query($sql, $conn) or die(mysql_error() . "
" . $sql); $chs2 = new Chinese("UTF8","UTF8",$subject); $titleb = $chs2->ConvertIT(); $chs2 = new Chinese("UTF8","UTF8",$msgTxt2); $msgTxt2 = $chs2->ConvertIT(); $chs2 = new Chinese("UTF8","UTF8",$msgTxt1); $msgTxt1 = $chs2->ConvertIT(); $txtEmail_1 = 'itfps@fpigp.com'; if ($msgTxt != "") { sendMail($titleb, $msgTxt1, $INFO_EMAIL, $INFO_EMAIL); //mail($txtEmail, $titleb, $msgTxt2, $headers); sendMail($titleb, $msgTxt2, $txtEmail, $INFO_EMAIL); sendMail($titleb, $msgTxt1, $INFO_EMAIL, $INFO_EMAIL); sendMail($titleb, $msgTxt2, $txtEmail_1, $INFO_EMAIL); } disconnectdb($conn); if ($link2 == "") { echo " "; } else { echo " "; } ?>