Quote:
wispy|today was good|Yer and so I woke up and got kinda annoyed cos i kicked the door........
Belinda|ohh dam|Hey welcome to the brand new site .....
ok now what I want to do is open the file, read each line im then going to use explode() to serpate it up at each | and store it in an array, and then print out a table for each lineby using while( !feof($fp)) .. but what I've realised is, I dont know any ways in to check for the end of the line, so it would just be one big long, string. I've used \n to go to the next file in blog.dat but I have no way of telling the file to stop when it reachs the end of the line and then to start a new block... so my whole theroy behind how it was going to work is screwed