Re: [PHP] converting fields from a fixed length text file into an array

2001-05-07 Thread Gyozo Papp
Well, if you'd like to a little bit more sophisticated file reading, just give a try to my class strStream, here is a lin to its short description http://phpclasses.upperdesign.com/browse.html?file=784 (class reference) http://phpclasses.upperdesign.com/packages/228 (the whole package) Papp Gyo

Re: [PHP] converting fields from a fixed length text file into an array

2001-05-06 Thread heinisch
At 06.05.01 23:28, you wrote: >:Please forgive me for having posted this more than once. I am trying to >reword it here to make it more plain. >--- >I have a fixed length text file I'm trying to import and send into MySQL. >A record line is about 1600 characters long and includes man

[PHP] converting fields from a fixed length text file into an array

2001-05-06 Thread Jay Lepore
:Please forgive me for having posted this more than once. I am trying to reword it here to make it more plain. --- I have a fixed length text file I'm trying to import and send into MySQL. A record line is about 1600 characters long and includes many blank spaces. I thought by using