You could just use explode(",",$list_of_emails)
and then loop over the resulting array of email addresses to do your sending.
You could also probably do this in bash
with cut
and/or xargs
.
solved What are C++ arrays in PHP? [closed]
You could just use explode(",",$list_of_emails)
and then loop over the resulting array of email addresses to do your sending.
You could also probably do this in bash
with cut
and/or xargs
.
solved What are C++ arrays in PHP? [closed]