I have a problem with an array in a loop and I wanted to simplify this code and they gave me a hand but I can not make the array correctly interpreted.
$s = [0,0,0,0,0,0,0,0];
for ($i = 0; $i < count($Datos); $i++) {
$s1 += $Datos[$i]...
asked by
06.11.2018 / 17:32