Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/09/2012, 05:18
Lokitozzz
 
Fecha de Ingreso: junio-2009
Mensajes: 138
Antigüedad: 14 años, 10 meses
Puntos: 4
Respuesta: duda SimpleXML

La verdad queda igual. Pero no entiendo como hacer para que solo me muestre las tags..

Código PHP:
Ver original
  1. object(SimpleXMLElement)#36 (1) {
  2.  [0]=>
  3.   string(6) "donato"
  4. }
  5. object(SimpleXMLElement)#38 (1) {
  6.  [0]=>
  7.   string(8) "estefano"
  8. }
  9. object(SimpleXMLElement)#39 (1) {
  10.  [0]=>
  11.   string(5) "estoy"
  12. }
  13. object(SimpleXMLElement)#40 (1) {
  14.  [0]=>
  15.   string(9) "enamorado"
  16. }
  17. object(SimpleXMLElement)#41 (1) {
  18.  [0]=>
  19.   string(5) "cucho"
  20. }
  21. object(SimpleXMLElement)#42 (1) {
  22.  [0]=>
  23.   string(6) "gamboa"
  24. }
  25. object(SimpleXMLElement)#43 (1) {
  26.  [0]=>
  27.   string(5) "ellos"
  28. }
  29. object(SimpleXMLElement)#44 (1) {
  30.  [0]=>
  31.   string(5) "cover"
  32. }
  33. object(SimpleXMLElement)#45 (1) {
  34.  [0]=>
  35.   string(8) "cuchogol"
  36. }
  37. (
  38.     [0] => SimpleXMLElement Object
  39.         (
  40.             [0] => donato
  41.         )
  42.  
  43.     [1] => SimpleXMLElement Object
  44.         (
  45.             [0] => estefano
  46.         )
  47.  
  48.     [2] => SimpleXMLElement Object
  49.         (
  50.             [0] => estoy
  51.         )
  52.  
  53.     [3] => SimpleXMLElement Object
  54.         (
  55.             [0] => enamorado
  56.         )
  57.  
  58.     [4] => SimpleXMLElement Object
  59.         (
  60.             [0] => cucho
  61.         )
  62.  
  63.     [5] => SimpleXMLElement Object
  64.         (
  65.             [0] => gamboa
  66.         )
  67.  
  68.     [6] => SimpleXMLElement Object
  69.         (
  70.             [0] => ellos
  71.         )
  72.  
  73.     [7] => SimpleXMLElement Object
  74.         (
  75.             [0] => cover
  76.         )
  77.  
  78.     [8] => SimpleXMLElement Object
  79.         (
  80.             [0] => cuchogol
  81.         )
  82.  
  83. )