is there a max file handle pool in php?
look at:
http://us3.php.net/fopen
http://us3.php.net/fwrite
FB wrote:
Hi,
I have 40 text files.. each files have 1 colomn of a data. I want to write a
script to merge them like
datafrom1;datafrom2;datafrom3;datafrom40
how can I do that?
TIA
> I have 40 text files.. each files have 1 colomn of a data. I want to write a
> script to merge them like
>
> datafrom1;datafrom2;datafrom3;datafrom40
>
> how can I do that?
Assuming that by "1 column" you mean each file has data, then a new line
character, then data, then a new line charac
2 matches
Mail list logo