我想PHP值發送到CGI URL如何將PHP表單POST值發送到CGI url?
<form method="post" action="https://192.168.10.1:10443/cgi-bin/outgoingfw.cgi/cgi-bin/outgoingfw.cgi" style="float:left">
<input name="ACTION" value="disable" type="hidden">
<input name="line" value="0" type="hidden">
</form>
這些值我想用PHP POST請求發送到URL
任何一個可以幫助我如何去做這個。
您在操作屬性中有'cgi-bin/outgoingfw.cgi'兩次。您也可以查看[本教程](http://www.rebol.com/docs/cgi2.html)瞭解更多信息。 –
查找捲曲:http://php.net/manual/en/book.curl.php –