Hi All,
Can anyone help with this problem. Line Breaks.
I know how to force line breaks in a normal situation butthis one is different (I think).
$row_DetailRS!['book_summary_short'];
The above line holds the data which is not formatted with line breaks. If I change the code to:
echo nl2br($_request['book_summary_short']);
the data is not displayed, and useing the line of code it should not.
If I use this line of code:
$_request = $row_DetailRS1['book_summary_short'];
echo nl2br($_request['book_summary_short']);
all i get is the first char of the first word of the first line.
Can anyone help, please.
Kind regards, keep safe and well.
Dereck