$value){$param.="$key=$value&";}
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FAILONERROR, TRUE);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $param);
$html = curl_exec($ch);
curl_close($ch);
if($html !== false) return $html;
else return "";
}
// Please do not call this function more than 2 times
// or the impressions and clicks will be counted as non-genuine
// Use this function to Display Ads in anywhere of Your page!
echo wapmoney_ads();
?>