
28/08/2009, 13:47
|
 | | | 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: /*************************titulo******************* *****************************************/
$item="<title>";
fputs($fd,$item);
$item= $Datos['productname'];
fputs($fd,$item);
$item="</title>";
fputs($fd,$item);
/*************************short description********************* ********************************************/
$item="<description>";
fputs($fd,$item);
$item= "<![CDATA[ ".$Datos['description']. " ]]> ";
fputs($fd,$item);
$item="</description>";
fputs($fd,$item); |