Sorting fields into a table
Posted: Tue Jun 18, 2002 4:39 pm
The problem is as follows if anyone could help that would be greatly appreciated as i am still in the learning process and love php.
The problem consits of a table in a database that has the following layout
Sample Data
item size description stock
303l L large shirt 8
303s S large shirt 3
There are several items needless to say with variations in size but similar base item fields i want to be able to drop it in a nice table something like
item description xxs xs s m l xl xxl xxl
303 blah 3 3 3 4 8 6 5 5
Any ideas ?
Thanks