@$data = file_get_contents('counter.txt'); if(!$data) $data=0; $data++; file_put_contents('counter.txt', $data); ?>
Please enable Javascript!