The "curl_setopt($ch, CURLOPT_POST, true);" line tells CURL that this is POST instead of the default GET.' CURLOPT_POSTFIELDS. The $data array contains the POST ...
確定! 回上一頁