In the vein of there's no such thing as a stupid question, I want to make sure I just haven't been missing something for the last 18 months.
Is there any built in println type function in PHP? I'm getting sick of appending
to my echo statements if I want my HTML source to be readable.
I'm pretty sure I know the answer, but you know sometimes you just don't see something. And yes I know I can write my own, but I don't want that.
-Rob
Is there any built in println type function in PHP? I'm getting sick of appending
Code:
."\n"
I'm pretty sure I know the answer, but you know sometimes you just don't see something. And yes I know I can write my own, but I don't want that.
-Rob