all together 
<?php
// ------------------------------------------------------------ 
header('Content-Type: text/html; CHARSET=gb2312');
mb_internal_encoding('UTF-8'); 
mb_http_output('UTF-8'); 
mb_http_input('UTF-8'); 
mb_regex_encoding('UTF-8'); 
// ------------------------------------------------------------ 
?>