作者wawawa (哇哇哇○( ̄﹏ ̄)○)
看板PHP
標題Re: [請益] php & mysql一問
時間Thu Oct 6 10:08:21 2005
※ 引述《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)
1F:推 kc655039:THX 10/06 16:40