php: deleting words via regular expression
- by Syom
i want to delete the following type of expressions from my script.
<a any text here>nothing or space here</a>
i can do it by three functions, but i think there is a way shorter.
could you help me?
thanks in advance