\n\r Not removed by PHP functions

alex5025

New Member
On my home page, I display some info about the hikes (it is a hiking site) and embarassinlgy, the \r\n characters still show up.I do these functons\[code\]$hike_description = htmlspecialchars ($hike_description);$hike_description = nl2br($hike_description);\[/code\]And still those characters do not go away. You can take a look yourself at http://www.comehike.comWould you know what is the proper way to get rid of the \r\n characters? You can see it happening in the "Upcoming Hikes" section...on the 3rd hike.Thanks!
 
Top