Re: [PHP] generating text file from php From: John S. Huggins (jhuggins <email protected>)
Date: 11/30/01

On Fri, 30 Nov 2001, David Tod Sigafoos wrote:

>-I have a script which generates html and writes out for users to
>-download. The script works and the html file works.
>-
>-I build strings of html then writeout with fwrite.
>-
>-My question is how can i add linefeeds to the strings?

\n

or maybe

\r

>-
>-Thanks
>-
>---
>-PHP General Mailing List (http://www.php.net/)
>-To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>-For additional commands, e-mail: php-general-help <email protected>
>-To contact the list administrators, e-mail: php-list-admin <email protected>
>-

**************************************

John Huggins
VANet
7101 Oriole Avenue
Springfield, VA 22150
703-912-6453
703-912-4831 fax

jhuggins <email protected>
http://www.va.net/

**************************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>