My form is posting the following keys and values....
// productUID = 1234
// [attributeUID] = [INSERT/UPDATE][TEXTSTRING]
1 = 0Text sample.
31 = 1Text sample.
32 = 1Text sample.
91 = 0Text sample.
90 = 0Text sample.
92 = 0Text sample.
10 = 1Text sample.
Based on the above, I'm trying to figure out whether to use INSERT or UPDATE in the mysql db. Is there a better way of doing this?