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/apach2/bin/apxs --with-mysql

do this:
./configure --with-mysql

Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com

----- Original Message -----
From: "John Kolvereid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 12:24 AM
Subject: [PHP] PHP outside HTML


> 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 advise.  Thanks.
>
> --
>       John Kolvereid
>       http://www.odinfo.com
>       http://www.kolvereid.com
>       [EMAIL PROTECTED]
>       1.610.296.4485
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to