Posted by Disco Octopus on 10/30/05 05:03
Hi,
I would like to know if there is a function in php that takes a string
which is HTML, and returns a string that is all the text in the source
string without the HTML tags.
so, for example....
given a source string of this.....
<p>Hello <b>world</b>.</p>
<p>Goodbye <b>world</b>.</p>
I would like to have returned...
Hello world.
Goodbye world.
Does anybody know if this exists?
Thanks
--
a beef jerky site http://www.choicebeefjerky.com.au
not a beef jerky site http://mycoolwheels.com/vote.cmks
nobody ever dreams of working for the man
[Back to original message]
|