Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/03/2014, 07:00
Avatar de enlinea777
enlinea777
 
Fecha de Ingreso: mayo-2008
Ubicación: frente al pc
Mensajes: 1.830
Antigüedad: 16 años, 8 meses
Puntos: 127
Respuesta: Manejar error en loadXML()

ASI
Código PHP:
$xml file_get_contents('php://input');  
if(
trim($xml)==""){
echo 
"esta bacio";
}else{
echo 
"No esta bacio";