<?php include_once("counter.php"); $counter = new Counter(); $counter->count_counter($_POST["counter_file_name"]); ?>