Размер файла: 622B
<?
include("../head.html")
?>
<div class=menu>
<form action="createfileon.php" method="POST">
Имя: <BR>
<input type="text" name="filename"> <BR>
Папка (От корня): <BR>
<input type="text" name="papka"> <BR>
Содержание: <BR>
<textarea cols=50 rows=20 name=zapis></textarea><BR>
<input type=submit>
</form><BR><BR><BR>
Header include <BR>
<input type=text value= include("head.html") > <BR>
Footer include <BR>
<input type=text value= include("copy.html") >
<B><BR> адрес базы </B> <BR>
<input type=text value= data/phpcode/ > <BR>
</div>
<?
include("../copy.html")
?>