[PHP-DB] file save part 2

2003-03-08 Thread Ryan Holowaychuk
I have tried a few things and I can get the file to have each line on its own line. Once again this is a roster input that I adding to our website: No, name grade . The roster will contain 15 players So right now the implode puts everything on one line in the text file!!! So I am no sure

Re: [PHP-DB] file save part 2

2003-03-08 Thread Paul Burney
on 3/8/03 6:13 PM, Ryan Holowaychuk at [EMAIL PROTECTED] appended the following bits to my mbox: I have tried a few things and I can get the file to have each line on its own line. FYI, this is probably on the wrong list since it isn't database related. You should post to PHP-GENERAL to get

[PHP-DB] file save

2003-03-07 Thread Brian Evans
Did you put a \r\n at the end of each line?? This just might be it. Brian I am saving some data to a text file and what I want to do is have each line of data collected to be on its own line. What I am collecting is a roster (no, name, grade) so there is 10-15 people on a roster, and now

[PHP-DB] file save

2003-03-06 Thread Ryan Holowaychuk
I am saving some data to a text file and what I want to do is have each line of data collected to be on its own line. What I am collecting is a roster (no, name, grade) so there is 10-15 people on a roster, and now when it saves it saves to one line. Thanks Ryan -- PHP Database Mailing