[EMAIL PROTECTED] (Ryan Holowaychuk) writes:
> 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.

Ehm.. add a newline ('\n') at appropriate places?


-- 
--Fredrik
A cynic is a person searching for an honest man, with a stolen
lantern.
                -- Edgar A. Shoaff

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to