Hello,
I need help with parsing just the email **address **from the following code:
<?xml version=“1.0” ?>
<data>
<user>
<name>Lost</name>
<pwd>xyz</pwd>
<email>lost@lost.com</email>
</user>
</data>
Can you please help me with a php for it? Im pretty new to the ‘php alien’ language:-(
Thanks in advance!!