Quote:
Originally Posted by Nordinho
Allrighty, the curl error is gone. Now on to the next one 
|
Scary. You are having fun.
In bitly.php where you have these lines:
PHP Code:
// we expect JSON so decode it
$json = @json_decode($response, true);
Could you echo $response and then return; out of there so that I can see what the hell bitly returned. The JSON from them should be fine, so I want to be sure it's working at all.