Re: [PHP] PHP outside HTML

2001-12-06 Thread Jon Farmer
I routinely use \n \t in php just so that the html outputed is formated nicely and is easy to read when view source -- Jon Farmer Systems Programmer, Entanet www.enta.net Tel 01952 428969 Mob 07763 620378 PGP Key available, send email with subject: Send PGP Key - Original Message - From:

Re: [PHP] PHP outside HTML

2001-12-05 Thread Michael A. Peters
On Wed, 05 Dec 2001 22:24:08 -0800 John Kolvereid <[EMAIL PROTECTED]> mentioned: > Hi, > I'm a little confused. I see the advantage of PHP within HTML. > However, a few of the examples of ECHO include the '\n' char. Since > this is not valid within HTML, I conclude they are addressing this

Re: [PHP] PHP outside HTML

2001-12-05 Thread David Robley
On Thu, 6 Dec 2001 16:54, John Kolvereid wrote: > Hi, > I'm a little confused. I see the advantage of PHP within HTML. > However, a few of the examples of ECHO include the '\n' char. Since > this is not valid within HTML, I conclude they are addressing this for > OUTSIDE HTML. Please advis

RE: [PHP] PHP outside HTML

2001-12-05 Thread Martin Towell
it's so it's easier to read the output -Original Message- From: John Kolvereid [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 5:24 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP outside HTML Hi, I'm a little confused. I see the advantage of PHP within HTML. However, a fe

Re: [PHP] PHP outside HTML

2001-12-05 Thread Tyler Longren
PHP can be used on the command line if necessary. Or the \n characters can be printed to a text file or some other document that use's \n. To compile PHP for use on the command line, don't specify a web server to compile it with. Example...instead of this: ./configure --with-apxs2=/usr/local/ap