I'm getting the values from the array and trying to pass it on, but it eventually goes into loop and bringing the values 1,2,3,4,5,6 ....
array_push($var, $linha['data']);
array_push($var, $linha['data_th']);
array_push($var, $linha['data_fl...
asked by
29.08.2018 / 21:04