Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- Formatting my post
- How to blend adsense inside your post?
- PHPWind-- A PHP forum script applcaition in China
- PHP: add a download as pdf file button in report page
- ActionScript 3.0 demo: create a falling snow in flash CS6
- Notepad++ - Add C++ compiler
- Datatable export excel wraptext and newline
- phpexcel toggle expand and hide column in EXCEL and summary
- PHP - Export Content to MS Word document
- PHP connect IBM db2 database in XAMPP
Tuesday, March 22, 2011
HTML: set your website default language
For example, you want your website automatically displays Chinese.
In HTML:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
In PHP:
header('Content-Type: text/html; charset=gb2312');
where
gb2312 is simplified Chinese. default is UTF-8 (Unicode character)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment