
28/08/2009, 13:48
|
 | | | Fecha de Ingreso: junio-2009 Ubicación: Fort Lauderdale, FL
Mensajes: 152
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: XML para compartir Cita: /*************************cierre de product******************************************* *** **********/
$item="</product>";
fputs($fd,$item);
/************************************************** *********************************************/
$Datos = mysql_fetch_array ($rsDatos);
}
$cierre="</catalog>";
fputs($fd,$cierre);
fclose ($fd);
?> |