I am trying to debug this, but I\'ve had no luck. Am I sending the POST data correctly?
if (isset($_POST[\'chrisBox\'])) { $curl = curl_init(); curl_setopt($cur
$ex = curl_exec($process); if ($ex === false) { // throw new Exception('Curl error: ' . @curl_error($process)); // this will give you more info var_dump(curl_error($process)); }