<?php $fp = curl_init(); curl_setopt($fp, CURLOPT_URL, "http://www.kernel.org/"); curl_exec($fp); curl_close($fp); ?>