make(); if ($i==$limit) break; $i++; } $result['list'] = $list; $result['num'] = $i; echo json_encode($result); exit; ?>