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