|
here is my code fellows
<?php
$file = $menu1; //i m selecting the file from form feild menu1
fopen ("$file", "wb");
?>
<form name="form1" method="post" action="savefile.php">
<p><span class="consign style2">EDIT FILE:</span><span class="style1"><br>
</span><span class="headerlink">HERE IS YOUR FILE WHICH YOU SELECTED FROM YOUR FILEMANAGER </span></p>
<p><span class="style1">
<textarea name="editarea" cols="60" rows="50" id="editarea"><?php readfile($file);?></textarea>
file is not opening in textarea
so tell me the mistahe of my code or how should i make the ode for this
thanks
|