query("SELECT * FROM tb_kavling"); while($row = $q->fetch_assoc()){ $data[] = $row; } echo json_encode($data); ?>