Following code returns the curl output as a string. <?php // create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL, "example.com");
確定! 回上一頁