![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/05/2014, 12:45
|
| | Fecha de Ingreso: mayo-2014
Mensajes: 4
Antigüedad: 10 años, 9 meses Puntos: 0 | |
Respuesta: php no me carga archivo TXT ya lo he hecho, tambien he probado con esto:
<?php
$nombre_fichero = ‘datalog.txt’;
$fichero = fopen($nombre_fichero,’r’);
while ( ($linea = fgets($datalog)) !== false) {
echo $linea;
}
fclose($datalog);
?>
pero me sigue sin leer nada :( |