Do you just wish to remove all the HTML tags from a given string? If so,
the strip_tags() function should do this.
Ash
www.ashleysheridan.co.uk
--- Begin Message ---
I am trying to get the text between nested html tags within arrays
produced by preg_match_all. The simple situation would be:
te
I am trying to get the text between nested html tags within arrays
produced by preg_match_all. The simple situation would be:
test
I want to return 'test'.
Assuming $post_results has some string derived from a html page source
with lots of nested tags.
Replacing new line (seems to be a goo
2 matches
Mail list logo