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 表单的情况下使用 HTTP 标头发送 POST 数据?
当然,您可以使用 cURL 之类的库轻松创建具有指定 POST 参数的有效 http 请求。
有关curl 示例,请参见this
如果您仅限于纯 PHP,您可以创建自己的(有效)http 请求,请参阅示例
我不认为你可以。您可能想要使用会话、cookie、隐藏表单或 $_GET