Re: Automatic NewLine when using echo?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 15:20:02 -0500
Martin wrote:
Is there a setting somewhere that can be set to force an echo
statement to automatically issue a new line when outputting html
statements?
In order to make it easier to read and debug, I'm adding "\n" to the
end of such statements so that I can "view source" in a browser.
Obviously, when the development of the page is done, I don't really
care about such a view but during development it would make things
easier to de-bug.
No, Just add a "\n" at the end of the echo().
Plus I don't always want a newline at the end of an echo!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Automatic NewLine when using echo?
- From: Martin
- Automatic NewLine when using echo?
- Prev by Date: Re: Problem with updating photos
- Next by Date: Re: Problem with updating photos
- Previous by thread: Automatic NewLine when using echo?
- Next by thread: Re: Automatic NewLine when using echo?
- Index(es):
Relevant Pages
|