Can anyone help me figure out what is wrong with this code?(谁能帮我弄清楚这段代码有什么问题?)
问题描述
每当我尝试运行此代码时,都会收到这些漂亮的大错误消息:
Whenever i try to run this code, I get these big beautiful error messages:
我一直在努力弄清楚这些背后的含义并修复它们,遗憾的是没有看到任何解决方案.有人可以帮忙吗?
I have been pulling my hair out trying to figure out the meaning behind these and fix them, and sadly have seen no solutions. Can anyone out there help?
推荐答案
要么 POST 不包含相关变量,要么您一开始就没有执行 POST.
Either the POST doesn't contain the variables in question, or you aren't performing a POST in the first place.
这篇关于谁能帮我弄清楚这段代码有什么问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!