Hi Revan
Thanks for helping us with the phrase
I clicked on the PICK WINNER and this is what I received
"This lottery does not have any tickets to draw from."
But i do have 9 people buying the lottery ticket.
my lotteryadmin.php is now
Code:
$tickets = $DB_site->num_rows($ticketfetch);
if ($tickets == 0)
{
define('CP_REDIRECT', 'lotteryadmin.php?do=edit');
print_stop_message('rpg_lottery_ticket_error');
}
// Replace:
$tickets = $DB_site->num_rows($ticketfetch);
// With:
$tickets = count($lotteryinfo);