Trying to run the keno script on my godaddy server and its not working correctly after playing with the script a bit i think the problem is in the script where is had "" and no entry between
PHP Code:
$keno_numbers = array (
"0" => "",
"1" => "",
"2" => "",
"3" => "",
"4" => "",
"5" => "",
"6" => "",
"7" => "",
"8" => "",
"9" => "",
"10" => "",
"11" => "",
"12" => "",
"13" => "",
"14" => "",
"15" => "",
"16" => "",
"17" => "",
"18" => "",
"19" => "",
"20" => "");
also other places they are missing is
PHP Code:
if ($_REQUEST[resetall] != "")
and
PHP Code:
elseif ($_REQUEST[playrandom] != "")
I have added in a number between and it seems to pick but they are not random at all also the winning numbers are not displayed here is a link to my server any help would be greatly appreciated.
http://imvupros.com/keno.php