Code: Select all
echo $row['story']Code: Select all
echo htmlentities($row['story'])Any idea how to get this fixed. Its like \n should be converted to <BR> ? Does this have to been done manually or some fn like htmlenties etc will do it ?
Thanks
Moderator: General Moderators
Code: Select all
echo $row['story']Code: Select all
echo htmlentities($row['story'])