This is probably a dumb question but I can't seem to find the flaw in my logic. I have modified collect_info and preview so that when I click preview the 4 fields I added to get more information under the music product type display the values I input. However when I click on update or insert I get a blank screen, which usually means I have an error somewhere.

The weird thing is instead of the values I entered for my new fields under the music product type I get ARRAY 4 times in my table PRODUCT_MUSIC_EXTRA.

I know they are being stored in an array called $pInfo at one point but inside the insert and update portion of the code it is pulling them directly from _POST. My default for these fields is just a blank. Has anyone come across this error or have I gone off on some weird tangent and need to start over?