/web/acc/haut.php |
---|
12,7 → 12,9 |
} |
</script> |
<!-- fin javascript --> |
<? // Access counter incrementation |
<?php |
# $Id$ |
// Access counter incrementation |
$name_fic="compteur.txt"; |
if (($fp=fopen($name_fic,"r")) == false) exit; |
$nb=fgets($fp,10); |
Property changes: |
Added: svn:keywords |
+Id Author Date |
\ No newline at end of property |