COLLINEAU wrote:

> copy("lmi/concat.htm","lmi/concat2.htm");
> unlink("lmi/concat2.htm");
>
> there are two problems: the instruction s/<CENTER>//i doesn't work

I don't know about this one.

> copying files doesn't work too.
>

The problem here is you are doing the copy, with
copy("lmi/concat.htm","lmi/concat2.htm");
But the very next line you delete the new file
unlink("lmi/concat2.htm");

>
> can anybody help me ?
>
> Thanks
>
> Franck

--
Life would be so much easier if we could just look at the source code.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to