I have a list of emails separated by comma. This is stored in a string For example
$to = “x1@abc.com,x2@abc.com,x3@abc.com”
I need to read this string, separate them and print them in one line each in php.
A Technology Blog
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment