PHP sending POST request with cURL

后端 未结 0 1847
小蘑菇
小蘑菇 2021-02-14 07:28

I am using the following code to redirect to a payment processor:

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $this->url);
curl_setopt($ch, CURLOPT_POST,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题