i want to edit my index.php by www
i print file in 'textarea':
<textarea cols="95%" rows="20" name="text">
<?php
readfile("../index.php");
?>
</textarea>
how can i save contents after editing it (editing in this textarea)?
--
pozdr.
xEM~
i print file in 'textarea':
<textarea cols="95%" rows="20" name="text">
<?php
readfile("../index.php");
?>
</textarea>
how can i save contents after editing it (editing in this textarea)?
--
pozdr.
xEM~
Comment