Tema: Xml y php
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 17/05/2011, 22:02
Avatar de leo_nqn
leo_nqn
 
Fecha de Ingreso: abril-2010
Ubicación: Neuquen
Mensajes: 461
Antigüedad: 14 años, 9 meses
Puntos: 24
Respuesta: Xml y php

claro que entiendo.. necesito orientarme.. a travez de que manera me pueden enviar un xml????
yo por ahora hice esto ... y lo estaba por probar...

<?php
$xml = simplexml_load_file("www.monetbookers.com/app/payment.pl");

echo $xml->Response;
echo $xml->Response->mb_amount;
echo $xml->Response->mb_currency;
echo $xml->Response->mb_transaction_id;
echo $xml->Response->status;
echo $xml->Response->transaction_id;

?>
__________________

Blog: http://leonardonqn.blogspot.com
Twitter:@Leo_FFerreyra