Page is a not externally linkable
alphacooler - 5:13 pm on Oct 9, 2006 (gmt 0)
$body = preg_replace("/\n/","</li><li>",$body); What should I change here? Thanks!
I've got a preg_replace that tosses <li></li>'s around every new line. I know it works on windows machines, but I know the code doesn't account for any other systems.