Parse Error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

crazycaddy
Forum Commoner
Posts: 43
Joined: Fri Aug 05, 2005 6:59 am
Location: England, UK

Post 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: .
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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...
Post Reply