Hello!
A have a tag <data></data>, but the contente is in multilines. As this:
<data>
Bla Bla Bla Bla Bla
</data>
If I use $regexp = "/<data>([^>]*)<\/data>/" the RegExp does not work.
Do u know what can i do?
Thanks!!!!!!
A have a tag <data></data>, but the contente is in multilines. As this:
<data>
Bla Bla Bla Bla Bla
</data>
If I use $regexp = "/<data>([^>]*)<\/data>/" the RegExp does not work.
Do u know what can i do?
Thanks!!!!!!
Comment