View Single Post
Old 05-01-2010, 01:09 AM  
papill0n
Unregistered Abuser
 
Industry Role:
Join Date: Oct 2007
Posts: 15,547
Quote:
Originally Posted by Wifey's World A.M. View Post
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;*
}

been a fan for years, your wife is the hotness man
papill0n is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote