Hi Everyone, I have a strange problem with how my content is being displayed,
I keep seeing \'s throughout my content that is being displayed from my database.
I have tried the following but none seem to be helping me.
$ball = htmlspecialchars($row->twh_ball);
$ball = str_replace("`", "", $ball);
$ball = str_replace('"', '"', $ball);
$ball = nl2br($ball);
Any help would be much appreciated