session_start();
include_once("../include/cms_admin.inc.php");
include_once("../include/send_mail.inc.php");
include_once("class.Chinese.php");
$conn = connectdb();
$txtName = addslashes(stripslashes(trim($txtName)));
$txtEmail = addslashes(stripslashes(trim($txtEmail)));
$txtTel = addslashes(stripslashes(trim($txtTel)));
$link2 = addslashes(stripslashes(trim($link2)));
$sql = "select * from fpi_form";
$result3 = mysql_query($sql, $conn);
if ($myrow3 = mysql_fetch_object($result3)) {
$msg = htmlspecialchars($myrow3->alert_chi);
$subject = htmlspecialchars($myrow3->subject_chi);
$msg2 = (LF2BR($myrow3->msg_chi));
$INFO_EMAIL = htmlspecialchars($myrow3->email);
}
$msgTxt1 = $msgTxt1."親愛的 Admin,
| 姓名: | ".$txtName." |
| 電郵: | ".$txtEmail." |
| 電話: | ".$txtTel." |