ASK url API kobo

Hi.

I have for trying connection to kobo api, but I experience problem.i want to view photos from url,

Following source code. its help appeal.

<?php function httpGet($url) { $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); $output = curl_exec($ch); if(!$output){ return "error!"; } curl_close($ch); return $output; } echo httpGet("http://kc.humanitarianresponse.info/kesiapsiagaan1/forms/f10/photos"); ?>

thanks’ alot of