Quantcast
Channel: XML To array in php - Stack Overflow
Viewing all articles
Browse latest Browse all 3

XML To array in php

$
0
0

i have to got response in XML . and i want to convert xml data to array using php. my XML record.

<soap:Body><CreateContact xmlns="http://www.tigerpawsoftware.com"><pram><OfficePhoneNumber>8387909727</OfficePhoneNumber><EmailAddress>asheesh9308@gmail.com</EmailAddress></pram></CreateContact></soap:Body>

Target Array as:-

array('OfficePhoneNumber' => 8387909727,'EmailAddress' => asheesh9308@gmail.com )

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images