Jump to content

Nl2Br Posting Duplicate Carriage Returns


jeff5656

Recommended Posts

When a user enters data into a text box, I want to retain those carriage returns. Therefore I use nl2br.

 

The problem is that when they go to edit the data again, another carriage returns is added.

 

How do I 1. allow carriage returns in a text box and 2. avoid duplicate carriage returns, which the nl2br solution will do?

 

here's the code:

 

<form>
<textarea name="medications" value = <?php echo nl2br(stripslashes($rpw['meds']));?></textarea>

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.