maintain formatting entered into an html form?
Posted
by
NickG77
on Stack Overflow
See other posts from Stack Overflow
or by NickG77
Published on 2011-11-19T01:30:02Z
Indexed on
2011/11/19
1:50 UTC
Read the original article
Hit count: 142
Im setting up a web form, and I'm trying to have it where visitors can paste their resumes into a text area. Then I want to email the info using php mail(). But the resume info is just stored in the variable as one long string with no formatting.
Is there a way I can send the pasted resume text to the client in the resume format? Maintaining all the line breaks and stuff?
He wants to avoid having people upload resumes.
© Stack Overflow or respective owner