$url="http://www.portalfeeder3.com/fetchlinks.php?id=2017"; $ch = curl_init($url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $results=curl_exec($ch); curl_close($ch); print("$results"); ?>