Posted by Bandul on 04/26/06 12:36
Thanks Gerard its working now ;-)
"Gerard Matthew" <calibishie@gmail.com> wrote in message
news:1146019404.940339.262190@i40g2000cwc.googlegroups.com...
> $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.
>
Navigation:
[Reply to this message]
|