Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2009, 18:32
Avatar de iandrade
iandrade
 
Fecha de Ingreso: septiembre-2006
Ubicación: Xalapa, Veracruz, MÉXICO.
Mensajes: 171
Antigüedad: 17 años, 7 meses
Puntos: 6
Respuesta: Interpretar UN XML con PHP y SimpleXML

Con un simple if se soluciona, pero debes hacer un type casting

if((string)$product->thumbimg == "Fire"){
//Aqui tu codigo
}
__________________
No todo lo que se hace en segundo plano es AJAX