評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]
$html = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>標題</title>
</head>
<body>';
$html .= '<p>標題</p>';
$html .= '<a href="http://tw.yahoo.com"><img height="100%" src="http://xxx.jpg" /></a>';
$html .= '</body></html>';
$to ='jeff@gmail.com';
$subject = '測試信件';
$from = "service@test.com.tw";
$headers = "Content-type: text/html; charset=utf-8\r\n" .
"From: $from\r\n";
$check=mail($to,$subject,$html,$headers);
評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]