Jump to content

nl2br problem


newrehmi

Recommended Posts

hello, i got some problem with this function, in firefox, this function convert (space) to <br /> when I use it on textarea... I just want it to only convert (enter) to <br />, not (space).

 

example codes:

$text = $_POST['textarea'];

$text = nl2br($text);

 

Anybody got idea how to solve this?

 

 

thanks so much.

 

p/s:sorry for my bad english.

Link to comment
https://forums.phpfreaks.com/topic/195645-nl2br-problem/
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.