15/01/2013, 14:46
|
| | Fecha de Ingreso: diciembre-2012 Ubicación: Maracay
Mensajes: 25
Antigüedad: 11 años, 11 meses Puntos: 2 | |
Respuesta: Salto de linea al llegar a 1024 caracteres al exportar a CSV Gracias, Aquí va parte del código...
$shtml = $shtml.$row['referencia'].'|'.$Seller_ID.'|'.$row['operacion'].'|'.$row['familia'].'|'.$row['tipo'].'|'.$row['CategoryID'].'|'.$row['precio'].'|'.$row['currency'].'|'.$row['superficie'].'|'.$row['habitaciones'].'|'.$row['estacionamiento'].'|'.$row['antiguedad'].'|'.$row['banos'].'|'.$row['piscina'].'|'.$row['jardin'].'|'.$row['ascensor'].'|'.$row['oficina'].'|'.$row['estado'].'|'.$row['ciudad'].'|'.$row['zona'].'|'.$Gmaps.'|'.$Titulo_web.'|'.$row['texto_web'].'|'.$row['fotos1'].'|'.$row['fotos2'].'|'.$row['fotos3'].'|'.$row['fotos4'].'|'.$row['fotos5'].'|'.$row['fotos6'].'|'.$row['fotos7'].'|'.$row['fotos8'].'|'.$row['update_images'].("\r\n");
$f = fopen("data.csv","w");
fwrite($f,$shtml);
}
fclose($f); |