Thread
:
need advice about HTML tags , please
View Single Post
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
View Public Profile
Find More Posts by Rorschach