dsbckxk165039 2013-03-12 09:07
浏览 63
已采纳

PDO准备了转换单引号的语句

I couldn't find clear answer for this simple(?) question.

I recently moved to PDO and I made simple insert-query:

$sql = "INSERT INTO item(name) values (:name)";
$q = $db->prepare($sql);
$q->bindParam(':name', $name);

Now, when I throw parameter "Dina's", it's apparently converted to

"Dina's" 

(or atleast this is what it seems in phpmyadmin).

Can I prevent this conversion somehow, so that data is stored as it was supplied on bindParam? Or is this current converted value the best way to have data stored?

  • 写回答

1条回答 默认 最新

  • dsh84723 2013-03-12 09:21
    关注

    This code converts nothing, you should check where $name comes from and what value it really has.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥40 如果update 一个列名为参数的value
  • ¥15 基于51单片机的水位检测系统设计中LCD1602一直不显示
  • ¥15 OCS2安装出现问题,请大家给点意见
  • ¥15 ros小车启动launch文件报错
  • ¥15 vs2015到期想登陆但是登陆不上
  • ¥15 IPQ5018制作烧录固件,boot运行失败(操作系统-linux)(相关搜索:操作系统)(相关搜索:操作系统)
  • ¥20 icefall在librispeech基础上加入个人数据集
  • ¥30 keepalive高可用故障运维配置询问
  • ¥15 求帮助!国家电网内网u盘突然识别不出来了。
  • ¥15 matlab语音变速变调同时实现