I am having a difficult time saving an array, I have a set of fields:
name[1], creditor[1], account[1]
name[2], creditor[2], account[2]
name[3], creditor[3], account[3]
They save to the database correctly name:joe,bob,scott > creditor: bofa,wamu,wells
The problem is, on the debugger the output is not an array..
come out:
name:joe,bob,scott > creditor: bofa,wamu,wells
so when i got to display back on DB loader, i get each field with all the info in it for each record....
name[1], creditor[1], account[1]
name[2], creditor[2], account[2]
name[3], creditor[3], account[3]
They save to the database correctly name:joe,bob,scott > creditor: bofa,wamu,wells
The problem is, on the debugger the output is not an array..
come out:
name:joe,bob,scott > creditor: bofa,wamu,wells
so when i got to display back on DB loader, i get each field with all the info in it for each record....