> It should be fairly simple, but it's got me and everyone else 
> I've asked utterly stumped, all I need to do is place the data 
> from a form on a newline in a text file, I can get the data into 
> the text file, but I can't seem to get it on a new line.

Don't know why it's got everyone else stumped.

"\n" is the new line character. Make sure you use it in "" and
not in ''.

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to