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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -