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.
我正在尝试将数据从 Wordpress 上的表单发送到 phpBB,以创建一个全新的线程,其中包含表单中的所有数据到线程中。我在 Wordpress 上整理了一个简单的表单,提交时会转到我制作的 php 文件,并放在 phpbb 目录中
这是我正在使用的代码
http://pastebin.com/vHQ76DHU
每次我提交输入数据时,我都会得到一个白屏,并且没有创建线程。知道为什么吗?
谢谢