Danilahttp://softtime.ru/forumЗапись в файлhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=85096#post506051Как записать строку в файл с заданной позиции? ... $handle = fopen("$cur_path", "a+"); fseek($handle,"14"); $a=ftell($handle); echo("$a"); fwrite($handle,"alcohol is a death");...Запись в файлThu, 16 Feb 2012 12:29:15 +0300Danila