|
Posted by Alvaro G. Vicario on 01/31/06 16:37
*** Ralph Höglund escribió/wrote (Sun, 29 Jan 2006 22:52:50 GMT):
> Thanks all, I found out that I needed to use both \r and \n to
> get it working. I am slowly getting the grasp of php programming now.
Well, that's a different issue. You need to use \r\n is you want to open
the file with Windows notepad, because that's the line ending convention in
windows. Linux/Unix use \n and (if I recall correctly, Mac computers use
\r). But you can always read the file correctly if you use a proper text
editor.
--
-+ Álvaro G. Vicario - Burgos, Spain
++ http://bits.demogracia.com es mi sitio para programadores web
+- http://www.demogracia.com es mi web de humor libre de cloro
--
Navigation:
[Reply to this message]
|