dtoaillwk759656786 2012-07-31 12:34
浏览 55
已采纳

phpmyadmin显示utf8但网站不是

i created a table named 'items' with collation of utf-8_bin and when i went on inserting data, i inserted it in devnagari, for nepali, it all went good and when it came to displaying records, all the devnagari fonts will display as question marks like if i have written निश्चल then it would show up as ??????? but it shows correctly in phpmyadmin, i have already declared to use utf-8 on my page also, here is the header section of my page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
</head>
<?php
$sql="SELECT * FROM `swyamsewika`.`items`";
mysql_connect("localhost","root","");
$query=mysql_query($sql);
$a=mysql_fetch_array($query);
var_dump($a);
?>

if i type निश्चल in the page then it shows correctly. when i type in database and then retrieve using php, then it gets into ????? please help me as soon as possible...

  • 写回答

2条回答 默认 最新

  • donglun2024 2012-07-31 12:36
    关注

    may set in my.ini(mysql)

    character-set-server = utf8 
    
    init-connect = "set names utf8"
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)