![]() |
|
![]() | ||
|
Subject:
PHP HTML to Text Conversion
Category: Computers > Programming Asked by: nkans-ga List Price: $2.00 |
Posted:
29 Oct 2002 19:52 PST
Expires: 28 Nov 2002 19:52 PST Question ID: 92746 |
I'm looking for a PHP script which can convert HTML File into Text file provided it should not just only remove the tags. It should be capable of auto align and decision making scripts to look similar like html file. I'm looking for a Free PHP scripts. Example of conversion needed: <table> <tr><td>1</td><td>2</td></tr><tr><td>col1</td><td>col2</td></tr></table> Should give a text file 1 2 col1 col2 Thanks | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: PHP HTML to Text Conversion
From: ralmin-ga on 29 Oct 2002 22:30 PST |
There is a free text-based web browser called Links that can render HTML tables into plain text like you want. Once the program is installed on your server, you can probably set up a PHP script to run the command: links -dump filename.html http://links.sourceforge.net/ -- Ralmin. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |