Since PHP's output would normally be HTML code, it would still be <br>, or <br /> in XHTML.
Of course, if you want new lines within the HTML source code, then the new line sequence for the platform would do the trick.
Usually I just use "\n" for that.