droc60607 2016-04-04 07:30
浏览 28

问题与希伯来语

I am having issues using hebrew with mysql and PHP, i have already tried this:

the db collation has to be utf8_general_ci.

the collation of the table with hebrew has to be utf8_general_ci in my php connection script i put

header('Content-Type: text/html; charset=utf-8');

in my xhtml head tag i put after selecting the db in the connection script i put

mysql_query("SET NAMES 'utf8'");

And it is still not working. In phpmyadmin i can see the hebrew characters but when i display them in php all i see is "?????" If anyone could help me that would be great!

  • 写回答

1条回答 默认 最新

  • drci47425 2016-04-04 08:10
    关注

    In your html page

    1. Under <head> tage, add <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    At the time of mysql insert use utf8_encode & when show data try to use utf8_decode

    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类