0
点赞
收藏
分享

微信扫一扫

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

巧乐兹_d41f 2023-05-11 阅读 90


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

解决办法

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


这是书写不规范导致的,

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

举报

相关推荐

0 条评论