$file = fopen('nazevSouboruProZapis.txt', 'a+'); $text="Totální blábol"; fwrite($file, $text); fclose($file);