php使用获取mysqlerror时报错Call to undefined function mysql_error()

1、问题说明

使用die(mysql_error());语句时,报错:
Fatal error: Uncaught Error: Call to undefined function mysql_error()

2、解决方案

将语句mysql_error()改为用 mysqli_error($con)
关键mysql与mysqli

转自
https://blog.csdn.net/downanddusk/article/details/114530530

评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注