Re: [請益] php & mysql一問
※ 引述《kc655039 (NNN  )》之銘言:
: : <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
: : 把網頁編碼也指定成utf-8?
: 請問一下上面meta標籤是怎麼用的呢??
: 因為meta就我的認知是拿來跳到別的網頁用的,我就不懂
: 為什麼可以當header傳送的功能來用,其中怎麼運作的呢??
: 因為我也想發個header,
: 像perl就是 print "Content-type: text/html\n\n";
: 那在php中可不可以來個 echo "Content-type:text\html\n\n";呢??
: or用header函數發??可是我的書上寫header函數沒有很詳細,
: 有沒有人試過以上用法??我等等試試看,希望大家分享經驗一下Thx
header("Location:http://www.kimo.com.tw"); //轉向到kimo
header("Refresh:10;url:http://www.google.com.tw"); //10秒後轉向到google
header("Content-type:text/html;charset=utf8"); //類型為html,utf8編碼
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.16.108.100
※ 編輯: wawawa 來自: 163.16.108.100 (10/06 10:08)
推
10/06 16:40, , 1F
10/06 16:40, 1F
推
08/29 14:43, , 2F
08/29 14:43, 2F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 11 之 11 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章