curl_setopt($ch, CURLOPT_URL, $url); //設定連線網址 ... $result = curl_exec($ch); //執行, 送出post並將結果存回. curl_close($ch); //關閉連線.
確定! 回上一頁