Posted by Gerard Matthew on 04/26/06 05:43
$text ="This is costumers names". while ($row = mysql_fetch_array($result_query,MYSQL_ASSOC)) { $text .= $row['name']." ".$row['blabla']; } $to = "b...@blah.com"; $subject = "whatever subject"; mail($to,$subject,$text); This should bring out the same thing.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming