Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/12/2009, 14:28
Avatar de bhonox
bhonox
 
Fecha de Ingreso: julio-2002
Ubicación: Rengo-Viña del Mar-Stgo
Mensajes: 1.213
Antigüedad: 21 años, 9 meses
Puntos: 0
Respuesta: cargar archivo txt en mysql

ups, sorry

Código PHP:
include "config.php";
$text=file_get_contents('algo.txt');

$text addslashes(htmlentities($text));
$text nl2br($text);
echo 
$text;
    
$qry "INSERT INTO datos VALUES 
            ($text)"
;

   
$result =  mysql_query($qry) or die(mysql_error());
echo 
"termino"
__________________
Atte
Real BHONOX

Programador Cervecero! :borracho:
Lenguajes vengan a MI!!