fasthostonline
Apprentice 2.0
nambah lagi yang lupa dulu
ini editan AGC di themes
ini editan AGC di themes
<?php define('BING_API_KEY', '');
define('YAHOO_API_KEY', '');
function pete_curl_get($url, $params){$post_params = array();
foreach ($params as $key => &$val) {
if (is_array($val)) $val = implode(',', $val);
$post_params[] = $key.'='.urlencode($val);