<?php public function HttpGet($url){ $curl = curl_init (); curl_setopt ( $curl, CURLOPT_URL, $url ); curl_setopt ( $curl, CURLOPT_RETURNTRANSFER, true ); // curl_setopt ( $curl, CURLOPT_TIMEOUT, 500 ); // curl_setopt($curl, CURLOPT_USERAGENT, 'Mozill