Trying to make a multidimensional array using PHP and a database on SQL and to have each value easy to call using HTML.
I dont need to draw the whole table but just getting some data from a specific cells based on row/id.
If i want to call row 1 and on that row cell one :
First im making the array and then adding the data to the array but im getting every detail as a separate item not as a multidimensional array!
Do i need to explain more or give any more details?
View on Stack Overflow
