codice:
<?php

if (isset($_GET['indice']) && $_GET['indice'] == 1) {

    include(".testo1.txt");

}

?>