$crl = curl_init(); $url = "http://www.example.com/user/login"; curl_setopt($crl, CURLOPT_URL, $url); curl_setopt($crl, CURLOPT_COOKIEFILE, "/tmp/cookie.txt"); ...
確定! 回上一頁