I want to set-up a mail system on my website.
I want user to be able to put multiple users as destination.
The name would be separated with a ; , then a value for each name is stored in the database.
Wich string should I use to do that?
I only needs to add the name in an array , then i'll be able to add them in the database.
Exemple , the "to" field of a form contains : name1;name2;name3
How can I add these in an array to be able to add them in the db?
I want user to be able to put multiple users as destination.
The name would be separated with a ; , then a value for each name is stored in the database.
Wich string should I use to do that?
I only needs to add the name in an array , then i'll be able to add them in the database.
Exemple , the "to" field of a form contains : name1;name2;name3
How can I add these in an array to be able to add them in the db?