Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
A PHP array is a special structure, that you cannot save as is in a db.
Now, the effect is that it parse each slots of the array, and keep only the last when creating the query.
What you need to do, is either to store the string, or to store a serialized version of the array, or to store several rows in your db, with each slots of the array in each row.
But given that you do an update, there is not really a possibility to have a "1 to n" relation with the subscriber_sub_ml_eventsCBbackup table, isn't it?
__________________
Only a biker knows why a dog sticks his head out the window.
|