View Single Post
Old 04-30-2010, 06:17 PM  
Wifey's World A.M.
Registered User
 
Wifey's World A.M.'s Avatar
 
Join Date: Apr 2010
Posts: 20
I don't know what you are trying to do, but you might want to put each sms email address as a value in an array and then loop through that array.

$smsArray = array("[email protected]", "[email protected]", "[email protected]");

foreach ($smsArray AS $value) {
*do something with $value;*
}
__________________
Wifey's World A.M. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote