0
点赞
收藏
分享

微信扫一扫

Notice: Use of undefined constant id - assumed 'xxxx' 解决办法

热爱生活的我一雷广琴 2022-07-27 阅读 180
编程语言


Notice: Use of undefined constant id - assumed 'xxxx'  

解决办法

比如:Notice: Use of undefined constant id - assumed 'id' 


这是书写不规范导致的,

如:$row[id],   正确写法为$row['id'];

举报

相关推荐

0 条评论