Suppose you need to put a list of users in the database field, for this, you probably need to use an array with delimiters.
But how to add to this list, and delete one id ?
Suppose you need to put a list of users in the database field, for this, you probably need to use an array with delimiters.
But how to add to this list, and delete one id ?
Source: https://ru.stackoverflow.com/questions/853117/
All Articles