RE: [PHP] working with files

2004-01-28 Thread Gryffyn, Trevor
Depending on what system you're using, the EOL (end of line) character is going to be different. On a DOS/Windows system, you want to use "\r\n". I can't remember off the top of my head now, but some systems use just "\r" and some use just "\n".. DOS/Windows systems use both, and I believe they

Re: [PHP] working with files

2004-01-28 Thread Matt Matijevich
replace "); } while (true); fclose($handle); ?> with this \n"); } while (true); fclose($handle); ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Working with files

2001-03-20 Thread Chris Lee
stanard newbie answer :) php is server side, not client side php is serverside there is no way of ever ever doing anything client side because of this. http://php.net/manual/en/function.fopen.php are the functions for opening files. -- Chris Lee [EMAIL PROTECTED] ""Jon"" <[EM