I'm trying to display the content from 3 different mysql tables, clients, orders. products with the html structure:
Product 1 Product 2 Product 3 .....
client 1 quantityOrder quantityOrder -
client 2 - quantityOrder quantityOrder
client 3 quantityOrder - -
I'm using a multidimensional array, but somehow it does not work.
Tried to follow the instructions from this post but also no luck: PHP two dimensional array into HTML
Any idea?
Thanks Alex