I'm trying to output a couple of records from a table and introduce a line break in between the records, when I run my code I can't get it to work as expected.
Anyone got any ideas?
echo nl2br($row['Comment']). " \n\n ";
echo "[- Last Edited: " .date("F j, Y, g:i a",$row['Edit']). "-]";