Thread
:
Sign question
View Single Post
#
6
12-23-2012, 01:55 AM
DustyPorViva
Will work for food. Maybe
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
\n should be part of the string(in quotes). If you want it outside of the string then use NL.
So:
PHP Code:
"test, test, test\nnext line"
;
Or
PHP Code:
"test, test, test"
NL
"next line"
;
DustyPorViva
View Public Profile
View GraalOnline Profile
Find all posts by DustyPorViva