pisze sobie prosty edytor
<form action="editor.php?create=save" method="post"> <table border="0" bordercolor="black" cellspacing="0" cellpadding="0" width="708" style="margin-left:40px; margin-top:20px;"> <tr><td width="221" height="53" valign="top" class="newfile"> <input type="text" name="plik" class="pole2"> </td><td width="113" height="53" valign="top"> <input type="submit" class="newfile1" value=" " title="kliknij by zapisac" hidefocus=true style="outline:none"> </td><td width="371" height="53" valign="top" class="newfile2"><a href="editor.php?oki=zarzadzaj" class="linki" style="margin-left:340px;" hidefocus=true style="outline:none"></a></td></tr></table> <table border="0" bordercolor="black" cellspacing="0" cellpadding="0" width="708" style="margin-left:40px;"> <tr><td width="708" height="184" valign="top" class="newfile3"> <textarea name="tekst" style="margin-left:15px; width:677px; height:335px; background-color:#e5e4e4; border: 1px solid #6e6666;"> <table border="0" bordercolor="black" cellspacing="0" cellpadding="0" width="708" style="margin-left:40px;"> <tr><td width="708" height="22" valign="top" class="newfile4"></td></tr></table>
if($_GET['create']==save){
$csfile=$_POST['plik'];
$text=$_POST['tekst'];
$plik=fopen($csfile,"w+"); $plik2=fopen("tmp.txt","w"); echo'<meta http-equiv="refresh" content="0; url=editor.php?conti=nued">'; }
i podczas wczytywanie z pliku *.php którego tworze za pomocą skryptu
<?
echo\"aaa\"; # i tych dwóch znaczników \\ chce się pozbyć
?>