Re: [請益] 前往頁面的問題
<?php
require_once("./phpmailer/class.phpmailer.php");
$mail=new PHPMailer();
$mail->IsSMTP();
$mail->Host="msa.hinet.net";
$mail->Fromm='';
$mail->FromName='阿';
$mail->AddAddress('xxxx');
$mail->CharSet='utf-8';
$mail->ContentType="text/html";
$mail->Subject='系統公告';
$mail->Body='已新增一項留言';
if ($mail->Send()) {
header('Location: index.php');
} else {
?>
<html>
<head>
<title>TITLE</title>
</head>
<body>
fail!
</body>
</html>
<?php
}
?>
有錯誤再來 output HTML 頁面.......
--
Linux is for people who want to know why it works.
Mac is for people who don't want to know why it works.
DOS is for people who want to know why it does not work.
Windows is for people who don't want to know why it does not work.
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.173.168.127
→
07/26 02:15, , 1F
07/26 02:15, 1F
→
07/26 02:15, , 2F
07/26 02:15, 2F
推
07/26 02:18, , 3F
07/26 02:18, 3F
推
07/26 02:46, , 4F
07/26 02:46, 4F
→
07/26 02:47, , 5F
07/26 02:47, 5F
→
07/26 02:47, , 6F
07/26 02:47, 6F
→
07/26 02:48, , 7F
07/26 02:48, 7F
→
07/26 02:48, , 8F
07/26 02:48, 8F
→
07/26 02:49, , 9F
07/26 02:49, 9F
推
07/26 02:51, , 10F
07/26 02:51, 10F
推
07/26 08:13, , 11F
07/26 08:13, 11F
討論串 (同標題文章)
PHP 近期熱門文章
PTT數位生活區 即時熱門文章