有没有一种方法可以在没有web服务器的情况下发送php post请求


Is there a way to send php post requests without a web server?

我试图通过Javascript发送POST请求,但认为PHP更合适。我想知道是否有一种方法可以在不使用web服务器的情况下使用PHP发送请求。谢谢

您可以从命令行运行php

http://php.net/manual/en/features.commandline.php

您可以创建一个php脚本,并使用像批处理一样轻松地运行它

c: ''php''cli''php.exe script.php%1%2%3%4

相关文章: