how to make a dynamic table matrix

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
isaac_cm
Forum Commoner
Posts: 44
Joined: Wed May 17, 2006 8:47 am

how to make a dynamic table matrix

Post by isaac_cm »

I saw some sites use a table marix of sizes and colors for cloths see the following grid:

http://www.boden.co.uk/col.asp?styid=AR ... id=18&gen=

it seems very complicated is there any resource on how to do that and same way I give the admin of the site to change the sizes and colors at any time and the table changed dynamically ?

thanks alot for every effort
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

its done in javascript and is not very complicated on all.

just look at stuff like onmouseover() and write a small function that changes the image based on what button you rolled over. this is client side stuff though, not php ;)
isaac_cm
Forum Commoner
Posts: 44
Joined: Wed May 17, 2006 8:47 am

Post by isaac_cm »

there is no problem on rollover images but how to create the table matrix dimensions dynamically based on a database table
Post Reply