Hi,
I am looking for a php script that would allow visitors to save designated portions of web pages as a text file. The script would automatically strip the designated area of any image or other HTML markup and convert it into a text-only file.
This script could be downloaded from http://www.square-unlimited.org but the site seems down.
Could anybody help me ? Similar scripts can also do.
Thanks a million ! p@ng
I think strip_tags() function can do that. Of course, there are some additional scripts needed but that's the basic. You can read the content of a php file, strip all HTML tags, and save the clean version to a text file.