<?php

file_put_contents("./data/spotrep-".$_POST['callsign'].".txt", $_POST['spotrep']);
shell_exec("cat data/*|uniq>./data.txt");

?>