
June 14th, 2000, 04:26 PM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 20
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am trying to mail to a list of people, using fgets() and a while loop. When I do the "mail($to,$subject,$msg)" in a while loop, it mails but the subject line is left blank and there is a line in the message that says "Subject: ...".
The subject shows up where it is supposed to when I don't use a while loop.
|