I need a text file that looks like this:
apples
oranges
mangos
artichokes
But when i have php write to a file, it's turning my . "\n" . into a little black block.
this causes all the text to remain on one line when called apon by a php script with the file() function in it.
is there any way to write to a text file and have it write each variable on a seperate line?