duanqinjiao5244 2013-06-16 13:11
浏览 56
已采纳

从mysql表中回显单个值

I've been driving myself mad with this for the last hour. It should be so easy but I just cannot work it out:

All I am trying to do is echo 1 value (in column "active") from a mysql table where the column "name" is equal to "GSHP".

This is what I have. Can anyone please help?

$query = "SELECT active FROM discount WHERE name = GSHP";

        $result = mysql_query($query);

        $row = mysql_fetch_array($result);

        echo $row['active'];
  • 写回答

1条回答 默认 最新

  • dongzhu7329 2013-06-16 13:14
    关注

    In SQL you need to fit string literals into quotes. Your query should look like:

    $query = "SELECT active FROM discount WHERE name = 'GSHP'";
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作