Example #1
0
function deleteReport()
{
    $return = rp_reports::remove($_POST["Q0"]);
    echo $return ? "true" : "false";
    die;
}