doqau82086 2013-07-16 08:33
浏览 20

如何从$ row中删除特殊字符[重复]

This question already has an answer here:

Actually I'm facing the problem while I fetch data from my database on localhost. The database contain lines with special characters.

Such as - "You've done a Good Job".

But when I fetch the data using echo $row['lines']; it comes with "You?ve done a Good Job".

Anyone please help me how to overcome with this issue.

</div>
  • 写回答

4条回答 默认 最新

  • dongxinche1264 2013-07-16 08:38
    关注

    Looks like an encoding problem. Try using...

    $row["lines"] = utf8_encode($row["lines"]);
    

    ... and make sure you have utf-8 encoding enabled in your website.

    评论

报告相同问题?

悬赏问题

  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码