Posted by ZeldorBlat on 11/11/07 19:53
On Nov 11, 1:05 pm, Luca Villa <lucavi...@cashette.com> wrote:
> I have many html files named like these:
>
> c:\dir\femo-black.html
> c:\dir\loren-white.html
> c:\dir\spark-white.html
> c:\dir\kim-black.html
> c:\dir\paul-white.html
>
> How can I convert only the files named "c:\dir\*-white.html" to
> plaintext files named c:\dir\(original filename)-text.txt?
>
> Is there a PHP module that does a good quality conversion HTML to
> plaintext?
See this:
<http://www.php.net/strip_tags>
[Back to original message]
|