30 Sep
2010
30 Sep
'10
1:55 a.m.
On Wed, Sep 29, 2010 at 05:13:18PM +0200, Manuel Tortosa wrote:
+<?php echo str_replace(" ", " ", nl2br(htmlspecialchars($carr['Comments']))) ?>
You should definitely use "<pre></pre>" tags here instead of replacing every occurence of a whitespace (" ") by its HTML entity (" ").