I'm using PHP (latest ) with Apache connected with FTDS to MS-SQL7.0
From a plain html form I'm getting user input, upon submission I query the db
for some of the values and present it on the result page. Also I'm trying to send html
mail with PHP. For some reason any db based var is "breaking" the html message in the same
line this var should appear. I don't have any clue on where to start. If I'm sending pure vars
from the html form page - the mail appear as it should .
Any ideas ??
Thanks .
A