DCE-ut unum sint

<?php if(!file_exists("count.txt")){fopen("count.txt", "a" );} $counter=fopen("count.txt","r+"); $aufruf=fgets($counter,100); $aufruf=$aufruf+1; rewind($counter); fputs($counter,$aufruf); echo $aufruf; ?>

Page title

<?php if(!file_exists("count.txt")){fopen("count.txt", "a" );} $counter=fopen("count.txt","r+"); $aufruf=fgets($counter,100); $aufruf=$aufruf+1; rewind($counter); fputs($counter,$aufruf); echo $aufruf; ?>

Test