欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php执行mysql语句有关问题

程序员文章站 2024-01-17 23:58:52
...
php执行mysql语句问题
$id=1; 这个是确定没问题

这个执行就错误
$sql="update admin set pass='$pass1' where id=$id;";
$mysql=new MysqlHelper();
$count=$mysql->query($sql);
$mysql.close();


You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1



这个执行就正确
$sql="update admin set pass='$pass1' where id=1;";‘
$mysql=new MysqlHelper();
$count=$mysql->query($sql);
$mysql.close();

网友评论

文明上网理性发言,请遵守 新闻评论服务协议

我要评论
  • php执行mysql语句有关问题
  • 专题推荐

    作者信息
    php执行mysql语句有关问题

    认证0级讲师

    推荐视频教程
  • php执行mysql语句有关问题javascript初级视频教程
  • php执行mysql语句有关问题jquery 基础视频教程
  • 视频教程分类