$c = curl_init('http://www.example.com/robots.txt');curl_setopt($c, CURLOPT_RETURNTRANSFER, true);$page = curl_exec($c);curl_close($c);?>