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.
我不是程序员,我正在尝试更改开源 Ajax 联系表单。
要从表单发送的电子邮件消息不包括联系表单的所有字段;只有第一个和最后一个。(名字和消息)
这是send.php
Dreamweaver 正确突出显示第一个和最后一个字段,但中间的那些没有突出显示,表明存在编码问题(我看不到)。
为什么不是所有的 $POST 变量都通过电子邮件发送?
您有几个实例$POST应该改为$_POST.
$POST
$_POST