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.
我试图弄清楚如何设置一个将信息传递给数组的表单。它不适合我的用户,它适合我。我想要一个可以输入信息的表单,它将发布到不同页面上的数组中。这甚至可能吗?
当然,这是表单的 PHP 功能..
查看W3C或W3School。
您可以使用or发送表单并使用method="GET"ormethod="POST"接收它(在 PHP 中)。$_POST$_GET
method="GET"
method="POST"
$_POST
$_GET