How do I return a Plesk API XML package into an array
I am using plesk api to return informaton from plesk. It gets put into an xml string eg $response = $client->request($request); The string has this information in <database> <get-db> <result> <filter-id>domain name</filter-id> <id>34</id> <name>database</name> <type>mysql</type> ...etc snip </result> <result> <filter-id>domain…