Page 2 of 2

Posted: Fri Aug 12, 2005 9:35 am
by crazycaddy
oops my mistake, it wasnt overwriting it was just writing it all on one line. I added \n but this resulted in their being a blank row in the table :cry: .

Posted: Fri Aug 12, 2005 9:41 am
by feyd
recreate the file. When you load it, use file(). Remember to strip the trailing \n (array_map() and trim() maybe)

You could analyze the string you are currently processing too. see if it has two pipes in it...