Posts by Camila Colares • 33 points
1 post
-
3
votes2
answers3049
viewsQ: How to print an array with indexes and values in PHP?
I have the following matrix in PHP: $matriz['HGF']['Christus'] = 7; $matriz['HGF']['Unifor'] = 6; $matriz['HIAS']['Christus'] = 5; $matriz['HIAS']['Unifor'] = 4; I would like to print the matrix in…