且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MySQL/PHP更新查询错误

更新时间:2023-01-29 21:28:37

您只能将一条语句传递给mysql_query().

You can only pass a single statement to mysql_query().

还有其他功能/方法,例如 mysqli :: multi_query(),但不适用于旧版mysql扩展.

There are other functions/methods like e.g. mysqli::multi_query() but not for the old mysql extension.