I have a table with 2 columns and 2 rows (2x2). Four cells exist (a,b,c and d):
I need to list products like an e-commerce website. For example: In cell
A I have another table with 3 columns and 3 rows (3x3).
To understand this, see:
http://img216.imageshack.us/img216/9052/tablesy1.jpg
This is the HTML code:
Now I don't undestand how to use mysql_fetch_array to show all products.
The first product in cell A (row1) , the second product in cell B (row1), the third product in cell C (row 2), etc..
Someone help me a bit ? Please, any help is appreciated.