Product attributes script

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
dannyd
Forum Commoner
Posts: 56
Joined: Wed Jan 23, 2008 11:31 am

Product attributes script

Post by dannyd »

I want to create a script to add attributes to products. A product can have any number of attributes (sizes, colors etc)

I found this script which works great which allows me to create a number of rows dynamically:

http://www.mredkj.com/tutorials/tablebasics5.html

And eventually submit the values to the database but how do I do the reverse and select the values from the database and populate the rows ?
Post Reply