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