Posts by João Victor • 1 point
1 post
- 
		0 votes0 answers16 viewsQ: How to use each and list in a multidimensional arrayI need to go all the way array multidimensional with each and list only. This is the code: $Carros = array( array("BMW", 130000, "Novo"), array("Strada", 40000, "Usado"), array("CRUZE", 100000,…