<?php $row = lottery::getWinners(core::getGet("id")); if (!empty($row)) { echo json_encode($row); exit(); } else { exit(); }