When I try to force the download of a text file, I am getting a blank line inserted on the first line. I've already got this mapped and working with another application when the data appears on the first line. Any ideas how to get rid of it. To force the download, I am simple using:
header("Content-Disposition: attachment; filename=EnterName.alx");
echo $row_Recordset1['id'],",",$row_Recordset1['purpose'],........
Like I said, when you pull the header, the whole thing works. Thanks in advance to any who accept the challenge.
~Citfor