輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : HTTP 相關函式庫"
;
HTTP 相關函式庫
本函式庫共有 2 個函式
header
:
送出 HTTP 協定的標頭到瀏覽器
setcookie
:
送出 Cookie 資訊到瀏覽器。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>