You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = $db->query("SELECT * FROM customers WHERE customerID = '$cid'");
if ($result->num_rows == 0)
{
echo "invalid";
exit();
}
$rowc = $result->fetch_assoc();
echo "Are you sure you want to retrieve a new code for <b><u>$rowc[name]</b></u>? <br /><br />
<span style=\"color: #990000\">Please note that this is irreversible. Make sure you have collected the fee from the user before issuing them a new code.</span></br>