Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一页中有很多表单, 我的问题是如何检索发送的表单的 ID
b.b3rn4rd 是对提交字符串的正确测试(确保所有提交按钮都显示不同的内容)。
if ($this->getRequest()->getPost('submit') == 'Something Unique') { // do some stuff }