Forum Moderators: coopster

Message Too Old, No Replies

Problem with new lines </br>

         

zoid

12:51 pm on Jul 8, 2005 (gmt 0)

10+ Year Member



Hi there again, I have a very small but disturbing problem,

I have a Flash made form, with an input field wich var is "Curriculum" so the user can post there his curriculum, the form is working ok, the curriculum arrives at mail, but without new lines, I mean, when in Flash, in the input field you push ENTER to make the same effect as </br>, the php form don't register it, and sends the content in a mass of text without format.

I'm sending the mail in text/HTML format.

Any sugestions or comments are apreciated.

Thanks a lot in advance

coopster

1:29 pm on Jul 8, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



nl2br [php.net] should do the trick.

zoid

8:01 am on Jul 11, 2005 (gmt 0)

10+ Year Member



simply amazing! O_O thanks coopster!