Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/09/2011, 14:46
walterdevel
 
Fecha de Ingreso: diciembre-2010
Mensajes: 788
Antigüedad: 13 años, 4 meses
Puntos: 51
Respuesta: Novato intentando tratar xml

Acá

Código PHP:
Ver original
  1. mysql_query("INSERT INTO equipos (slots) VALUES ($group->Item->Value)");

faltan comillas:

Código PHP:
Ver original
  1. mysql_query("INSERT INTO equipos (slots) VALUES ('{$group->Item->Value}')");