View Single Post
Old 02-18-2004, 09:59 AM  
Rorschach
So Fucking Banned
 
Join Date: Aug 2002
Posts: 5,579
PHP Code:
<?php
$string 
"yourlist\nof stuff\nhere\n";
$string nl2br($string);
print 
$string;
?>
Rorschach is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote