# Check the outcome of the response if ($res->is_success) { print $res->content; } else { print "Bad luck this time\n"; }