I am a newbie to php and mysql.
I have a Mysql database set up with categories.
I have a list of categories down the side of my page as shown below
category1
category2 table in centre of page
category3
etc
I want to be able to click on a link at the side of the page and this output the categories from my mysql database in tabular form in the main centre of the page in 5 columns.
I would also like those categories to be represented as a link to either the products in the category or subcategories or even both in two separate tables
I don't know if this is possible with php?
If anyone knows if this is possible could you point me in the right direction. My php text book is not as advanced as would like.
Cheers
Chris
I have a Mysql database set up with categories.
I have a list of categories down the side of my page as shown below
category1
category2 table in centre of page
category3
etc
I want to be able to click on a link at the side of the page and this output the categories from my mysql database in tabular form in the main centre of the page in 5 columns.
I would also like those categories to be represented as a link to either the products in the category or subcategories or even both in two separate tables
I don't know if this is possible with php?
If anyone knows if this is possible could you point me in the right direction. My php text book is not as advanced as would like.
Cheers
Chris