Hello,
I have this form on my site where a user can enter many strings and save it to their account. But I'm not sure how to go about it.
Instead of creating a whole new user, with new values, I'd just like to update a single entry in the database.
For example if a user wanted to add another email address to their account, how would I sort of create an array, and add that to their existing space in the database?
Thank you