Hi!
Is there a way I can extract XML using PHP.
For Example:
What i need is everything between the <value1> tags. Is there a way i can do it?
Can I just use substr()?
Thanks.
Is there a way I can extract XML using PHP.
For Example:
| Code: |
| <xml>
<value1> <value2>something</value2> </value1> </xml> |
What i need is everything between the <value1> tags. Is there a way i can do it?
Can I just use substr()?
Thanks.
