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!
Hello. I am currently just learning php so i decided to write a log parser. I've asked a lot of questions and have gotten great results from the users here. Now, I have a new question
My log file has data at the beginning of it that i really don't need to parse. the 4th line starts where the headers are, and then the 5th line consists of the actual values. How do i tell php to read the 4th line for only the headers, and then read from lines 5 to EOF for t he values ?