forms - Use PHP to maintain format of a textarea -
hy ho,
it possible maintain format of text area php form message mail'd admin formatted nicely.
ie. if writes in textarea,
dear sir,
i writing in connceti....
many thanks,
at moment emails
dear sir, writing in connceti... many thanks,
if not suppose solution rich text editor replacement textarea. thats , good, if javascript disable.
any ideas,
marvellous
you need replace (depending on system):
\n\r or \n or \r by:
<br /> php function:
ln2br()
Comments
Post a Comment