I was wondering if anyone could help me with the following to an array.
<response rewarded="1" message="You have already claimed a reward today." />
so i would get something like the following as an output
Array
(
[response] => Array
(
[rewarded] => 1
[message] => You have already claimed a reward today.
)
)