get xml data with php [closed]

Kanmorph

New Member
I have a XML\[code\]<person><FirstName>smname</FirstName><LastName>Kumari</LastName><Address><DoorNumber>556</DoorNumber><street>5th cross</street><City>ghcghfgh</City></Address><PhoneNumber><Mobile>2563</Mobile><Landline>64746</Landline><SkypeNumber>67567</SkypeNumber></PhoneNumber></person>\[/code\]I am trying to get the value of \[code\]phonenumber->skypenumber\[/code\] but getting an error.
 
Back
Top