View Single Post
ישן 03-08-08, 16:44   # 3
Tomer
Whatever
 
Tomer's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 7,039
שלח הודעה באמצעות MSN אל Tomer Send a message via Skype™ to Tomer

Tomer לא מחובר  

קוד:
while ($r = mysql_fetch_array($sql)) {
$var .= ", ".$r['email'];
}

mail($var,$subject,$body,$headers);
Good luck
__________________
תומר
  Reply With Quote