![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/12/2003, 05:32
|
![Avatar de jercer](http://static.forosdelweb.com/customavatars/avatar44373_1.gif) | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 4 meses Puntos: 13 | |
Mira a ver si te funciona algo asi:
$archivo = fopen("/xxx.txt","r");
$texto = fread($fp,filesize($archivo));
fclose($archivo);
......
$sent = mysql_query($texto,$linc);
$row = mysql_fetch_array($sent);
..... |