Re: [PHP] How to jump 7 rows in array

2001-04-02 Thread Richard Lynch
> I'm loading a set of txt files into a DB. The first 7 lines of each file > are useless to me... > I want some way I can always jump those 7 lines... I tought of doing a > little function like jumpfirstsevenrows(array), but then I'd have to pass > the whole array as parameter and that can get rea

[PHP] How to jump 7 rows in array

2001-03-25 Thread Christian Dechery
I'm loading a set of txt files into a DB. The first 7 lines of each file are useless to me... I want some way I can always jump those 7 lines... I tought of doing a little function like jumpfirstsevenrows(array), but then I'd have to pass the whole array as parameter and that can get real memor