
spch2o
New User
Jan 20, 2008, 7:57 PM
Post #1 of 3
(1173 views)
|
Split the email to get the data before the "@"
|
Can't Post
|
|
Hi, I need to split the recipients in below :- $recp = '8863322119@istyle.com.tw, 60124602211@maxis.com.my,6581723494@m1.com'; and the result should be a list with only numbers in before the "@". For example :- @recp = ("8863322119", "60124602211", "6581723494"); Anyone know how to do this with a split function? Thanks
|