Posts by Wender Teixeira • 41 points
1 post
-
4
votes2
answers299
viewsQ: Get XML tag data
I have an XML with the following format: <dados-cad> <nome>Wender</nome> <data>2805094</data> <code>311</code> </dados-cad> How do I in PHP to get…
1 post
4
votes2
answers299
viewsI have an XML with the following format: <dados-cad> <nome>Wender</nome> <data>2805094</data> <code>311</code> </dados-cad> How do I in PHP to get…