Possible Duplicate:
Get content within a html tag using php and replace it after processing
I want replace
<a href="#" alt="" title="" class=""....>blalablabla</a>
with: blalablabla
I want replace
with: blalablabla
| |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You should use http://php.net/manual/en/function.strip-tags.php Here is the example.
| ||||
|
feedback
|