Hi, I'm trying to make a function () php in which to enter an array and output a variable that contains an HTML table with the content of the Arrays
[ARRAY]
Array ( [0] => Array ( [tipo] => Ahorros [code] => 0730151719 [simbolo] => $ [total] => 22.468 ) [1] => Array ( [tipo] => Sueldo [code] => 1511981973 [simbolo] => U$S [total] => 689,44 ) [2] => Array ( [tipo] => Gastos [code] => 1520131948 [simbolo] => $ [total] => 685.965,81 ) [3] => Array ( [tipo] => Servicios [cuenta] => 1940334931 [simbolo] => U$S [total] => 38.237,83 ) )
[PHP]
I made the attempt but it does not nest well