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
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
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
3 matches
Mail list logo