I want to read a php file. In browser appears AXYZ, but in the code I see:
<elems>
<Elem> A </ elem>
<Elem> X </ elem>
<Elem> Y </ elem>
<Elem> Z </ elem>
</ elems>
I wanted to create an array in php and save the [A, X, Y, Z]
Can anyone help?
thank you