First project done Thanks to your help :))

From: <sam(at)casheze(dot)biz>
To: <pgsql-php(at)postgresql(dot)org>
Subject: First project done Thanks to your help :))
Date: 2003-05-09 02:27:25
Message-ID: 000801c315d2$89e68fd0$a3b56644@marcottesamiam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Now I want to take a 300meg file and break it up into smaller files I can
read with text readers.

I just can not find how to read one file - write it out to lets say 40 files
I want to read by line for a given # of lines (I will have to just guess at
this),
then when I get to that # start writing to file 2 then to file 3 when I get
to 2 * the # then 3 *.....
figure there should be some way to set up an array (file0....file40),

I figure take my # say 10,000 move it to array(0), *2 to array(1).....

so when I get to array(1) 20,000 - I start writing to file out (array1)

Just not sure how to set it up and use arrays for files.

Thanks for any ideas.

Sam Marcotte

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Bruno Wolff III 2003-05-09 02:32:05 Re: First project done Thanks to your help :))
Previous Message Victor Yegorov 2003-05-06 09:13:36 Re: Strange problem with session and header("Location:script.php?".SID)