I dont have any code formaly... not yet...
Allow me to give you a run down of what I am trying to do...
I need to use something (preferably PHP) to break down a space delimited file. my problem is I have never had any form of attempt at any thing like this..
the file would be formated like this :
the #$num I have seen as high as 500 as in #500
the 0x varies about the same as the #$num.
this one is the hard part [ <1M] through [723M]
the space being where I see the problem
then the last part will always be in that type of fromat... the amount of periods between the works change with file name changes...
I am just looking for a push in the correct direction into parsing this file using php, so I can then put it in a database
Thanks in advance for any assistance you can give me.