fetch($did); $hostarr = explode(':',$clouddata['hostname']); $jsondata['bucket'] = $clouddata['bucket']; $jsondata['region'] = $hostarr[1]; $jsondata['did'] = $clouddata['id']; $jsondata['bz'] = $clouddata['bz']; $jsondata = json_encode($jsondata); include template('upload');