Женя00000http://softtime.ru/forumзапись данных формы в файлhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=81358#post484439"?php $text1 = $_POST; $file = "data.txt"; $Saved_File = fopen($file, 'a+'); fwrite($Saved_File, $text1); fclose($Saved_File); $text2 = $_POST; $file = "data.txt";...запись данных формы в файлFri, 24 Jun 2011 15:56:00 +0300Женя00000