Monday, January 19, 2009

Using explode function in php

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

No comments: