mySQLI没有更新,有人可以帮忙吗? [英] mySQLI not updating, can anyone help?

查看:105
本文介绍了mySQLI没有更新,有人可以帮忙吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助我这个iv看了很多网站,尝试了很多不同的方式,但我不能让它工作,任何人都可以看到问题吗?





mysqli_query($ link,UPDATE AlertPack SET Type = $ type,Message = $ msg WHERE Key = $ uuid);

can anyone help me with this iv looked on lots of websites and tryed it many diffrent ways but i cant get it to work can anyone see a problem ?


mysqli_query($link, "UPDATE AlertPack SET Type = $type, Message = $msg WHERE Key = $uuid");

推荐答案

link,UPDATE AlertPack SET Type =
link, "UPDATE AlertPack SET Type =


type,Message =
type, Message =


msg WHERE Key =
msg WHERE Key =


这篇关于mySQLI没有更新,有人可以帮忙吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆