Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 16, 2021 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ac414b2c06fd9d821213926b0f9c29e2 to your computer and use it in GitHub Desktop.
Save parzibyte/ac414b2c06fd9d821213926b0f9c29e2 to your computer and use it in GitHub Desktop.
<?php
$visitas = file_get_contents("contador.txt");
printf("Hasta ahora van %d visitas", $visitas);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment