POST值通过php标头函数

时间:2017-04-08 16:10:49

标签: php

如何通过php header()函数中的post方法发送值?

假设:

header("Location:index.php?abc=".$abc);

我想通过post方法传递值,而不是使用get方法或查询字符串,不要使用session。

1 个答案:

答案 0 :(得分:0)

您不能仅使用标头执行此操作。为此,您应该使用C++ Compiler Explorer(检查cURL)。