//php
// $curl = curl_init();
// curl_setopt_array($curl, array(
// CURLOPT_URL => "https://www.gbusiness.co/api/getallcategory",
// CURLOPT_RETURNTRANSFER => true,
// CURLOPT_ENCODING => "",
// CURLOPT_MAXREDIRS => 10,
// CURLOPT_TIMEOUT => 30,
// CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
// CURLOPT_CUSTOMREQUEST => "GET",
// CURLOPT_HTTPHEADER => array(
// "cache-control: no-cache",
// "postman-token: b9c0908e-ed72-d830-bd9f-211c81884293"
// ),
// ));
// $responsemaincat = curl_exec($curl);
// $err = curl_error($curl);
// echo "
"; print_r($err);die;
// curl_close($curl);
//$respcat = json_decode($responsemaincat);
//$i=0;
//foreach($respcat->categories_tpl as $rescat){
//?>