Ver Mensaje Individual
  #7 (permalink)  
Antiguo 16/11/2002, 18:57
Avatar de CHuLoSoY
CHuLoSoY
 
Fecha de Ingreso: febrero-2002
Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 22 años, 1 mes
Puntos: 29
Más fácil:

Código PHP:
<? 
$archivo 
"lecturas.txt"
$abre fopen($archivo"r"); 
$total fread($abrefilesize($archivo)); 
fclose($abre); 
$abre fopen($archivo"w"); 
$total $total 1
$grabar fwrite($abre$total); 
fclose($abre); 

include 
"lecturas.txt";
?>
__________________
ESQUIO Dominios y Hosting
Las mejores características con los mejores precios.