Passing $_POST values with cURL

后端 未结 8 1737
野的像风
野的像风 2020-11-22 16:21

How do you pass $_POST values to a page using cURL?

8条回答
  •  深忆病人
    2020-11-22 16:48

    Another simple PHP example of using cURL:

    
    

    Example found here: http://devzone.co.in/post-data-using-curl-in-php-a-simple-example/

    Instead of using curl_setopt you can use curl_setopt_array.

    http://php.net/manual/en/function.curl-setopt-array.php

提交回复
热议问题