<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Salin selepas log masuk
2,在mysql建立数据库和表时,定义编码:
PHP code
1
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$sqlb = "create table test ( ..... ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;"; [b]3,连接数据库时,定义编码:[/b][code=PHP]$conn=mysql_connect($host,$user,$pwd);mysql_query("SET character_set_connection=utf-8, character_set_results=utf-8, character_set_client=binary",$conn);
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn