can you more clearly explain your problem?

- do your files contain of many lines and you want this:
f1l1;f2l1;f3l1; ...
f1l2;f2l2;f3l2; ...
(f=file, l=line)

- or do you simply want the complete content of the files separated by
semicolon?

ciao SVEN


"Fb" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> 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
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to