Files
php_practice/exam92/NotUniqueHC/notuHitcounter.php

7 lines
45 B
PHP
Executable File

<?php
include 'count.php';
hit_count();
?>