Posted by Jerry Stuckle on 04/13/06 21:02
infernon wrote:
> Hello Everyone,
>
> I am running PHP for Apache on a Windows XP machine.
>
> When I attempt to use \n in my code to generate a newline, it does not
> work. I've also see the other posts about using \r along with \n, but
> that doesn't work either. I'm sort of stuck here. Is there anything
> that I can do to generate a newline?
>
Look at your source - you'll see the newlines in there. But HTML ignores
newline characters. You need to use an html <br>.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|