Ver Mensaje Individual
  #10 (permalink)  
Antiguo 21/08/2015, 10:52
Avatar de NSD
NSD
Colaborador
 
Fecha de Ingreso: mayo-2012
Ubicación: Somewhere
Mensajes: 1.332
Antigüedad: 12 años
Puntos: 320
Respuesta: manejo de txt con php

Código PHP:
Ver original
  1. <?php      
  2.     echo "INSERT INTO contactos (nombre, correo) VALUES ".implode(",", array_map(function($values) { return "('$values[0]', '$values[1]')"; }, array_chunk(file("data.txt", FILE_IGNORE_NEW_LINES), 2)));
__________________
Maratón de desafíos PHP Junio - Agosto 2015 en FDW | Reglamento - Desafios