When I paste information into a PHP form I have constructed, why doesn't the form know that an entry on the next line needs a break tag? IE:
This is a line and it should be on one line
This is a second line
When I was working on a similar form at another company, it was easy to cut-and-paste information into a form box. However, in my own application, I keep having to paste the info then adding <BR> tags manually.
Is this a function of my form, or mysql? And how can I implement it either way?
thanks,
eve