Quote:
Originally Posted by Andreas
No, it saves the options from table setting into the datastore.
|
So what would I do if I wanted to change the values of an array thats in the datastore? I have a field called 'banned_users' which I set the users id in there in the following format " 1,2,3,4 " but I'm making a program to change the values from a custom forum page. The problem I'm having is changing the data already there, I can only change it from the admin cp.
So what would I use to store my new array of ID's in the datastore field 'banned_users'?
Thanks.