Bucky Alan (a.k.a. Ac de Selectah!) is one of Indiana’s premier DJ’s of soulful house music. A popular choice for underground events throughout the United States, he’s been billed alongside such EDM greats as Heather Hart, Infected Mushroom, Odi, DJ Shiva, John B., Phantom 45, and UFO! to name a few.

$PROID,
‘secure’ => ‘true’);

// use key ‘http’ even if you send the request to https://…
$options = array(
‘http’ => array(
‘header’ => “Content-type: application/x-www-form-urlencoded\r\n”,
‘method’ => ‘POST’,
‘content’ => http_build_query($data),
),
);
$context = stream_context_create($options);
$result = file_get_contents($url, false, $context);

echo “

” . $result . “

“;
?>

- Advertisment -