:: About Modification ::

Unable to open the file (".$filename.")."; exit; } if (fwrite($handle, stripslashes($_POST['about'])) === FALSE) { echo "Unable to write in the file (".$filename.")."; exit; } fclose($handle); echo 'Changes were done.'; } else { echo "The file ".$filename." is not accessible in writing."; } } else { ?>

HTML allowed