Gracias
<?php
$archivo = "contador.txt";
$abre = fopen($miarchivo.html, "r");
$total = fread($abre, filesize($archivo));
fclose($abre);
$abre = fopen($miarchivo.html, "w");
$total = $total + 1;
$grabar = fwrite($abre, $total);
fclose($abre);
?>
Comunidad de diseño web y desarrollo en internet online
|
Por flashreloco Claber 1310 de clabLevel
1 tutorial
|
Webdesigner & Mandilon 2.0 |