How do i use this str_replace with this
[email]bla@bla.com[/email]
[email]blac@bla.com[/email]
[email]namit@namit.com[/email]
and so on
so i have setup
$email = str_replace(" ", ", ", $mail_list);
but it will only talk details if i do this
[email]blac@bla.com[/email] [email]bla@bla.com[/email]
It does not seam to find and replace return
The 'return' character is not a space, it is '\n'.
-Fredric
Daishi
Junior Poster in Training
80 posts since Aug 2005
Reputation Points: 10
Solved Threads: 2