I'm trying to remove the data from between 2 points
remove everything from inbetween the tags
e.g.
<Data></Data>
Not sure which php function will deal with this ?
Thanks in advance
remove everything from inbetween the tags
e.g.
<Data></Data>
Code:
<Data><spec><Group>books</Group><producer>Whatever</producer><item>143118</item><Log>14:25:00 15/12/99</Log><Tones>Some ringtones</Tones></spec></Data>
Not sure which php function will deal with this ?
Thanks in advance