de bu ben yapıyorum budur:
$total = (array_sum($odds))+$evens;
$total = str_split($total);
echo 'total[1]: '.$total[1].'<br />';
echo '10-$total[1]: ' . (10-($total[1]));
ve çıktısı:
total[1]: 2
10-$total[1]: 87
benim tahminim bir dize olarak kabul ediliyor, ama ben bunu nasıl düzeltebilirim?
so, what i want to know is
wh does (10-($total[1])); = 87?
Update:
yeah my mistake, a phantom 7,
but can anyone now tell me why:
echo $flybuys.' % '.$check.'<br />';
$res = $flybuys % $check;
echo 'res: '.$res;
outputs: 6014359000000928 % 8 res: 7