in reply to Parsing/Extracting Data from HTML.
$plaintext = `/path/to/lynx -dump $url`;I think this will work. (make sure to pass $url through a reg-ex if it can be entered by an unknown user). Lynx does really nice conversion from HTML to plain text.
|
|---|