Thread
:
scripting with php: new line
View Single Post
02-12-2005, 12:18 PM
#
1
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,446
scripting with php: new line
i'm making a shell script with php. example:
Code:
#!/usr/local/bin/php <? echo "hello\n"; echo "world\n"; ?>
it actually prints out the new line characters instead of going to a new line. is there a way to get it to go to the next line with php?
__________________
Mike
sde
View Public Profile
Visit sde's homepage!
Find More Posts by sde