Jump to content

[SOLVED] echo multi-line textbox variable


dkirk

Recommended Posts

I have a form that allows users to enter notes into a large textbox. After the form is submitted, the contents of the textbox are echoed out into a report. Below is an example of an entry:

 

These are my notes.

These notes doe not make any sense

but it gets the point across.

 

When I echo out this entry as a variable, the entry looks like this:

 

These are my notes. These notes doe not make any sense but it gets the point across.

 

I need to keep all of the notes just as they were entered on multiple lines. Does anyone have any ideas on how to fix this?

Link to comment
https://forums.phpfreaks.com/topic/72848-solved-echo-multi-line-textbox-variable/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.