Dommage Maymknsh"; } else $status = "Fichier Makaynsh!"; } else if ($_POST["submit"] == "Delete") { if (file_exists($filename)) { if (unlink($filename)) $status = "Safi Rah Tsupprima!"; else $status = "Maymknsh It'supprima!"; } else $status = "Fichier Makaynsh !"; } else if ($_POST["submit"] == "Save") { $filecontents = stripslashes(html_entity_decode($_POST["contents"])); if (file_exists($filename)) unlink($filename); $handle = fopen($filename, "w"); if (!$handle) $status = "Dommage Maymknsh Dkhol L'Fichier ! "; else { if (!fwrite($handle, $filecontents)) $status = $status . "Maymknsh T9ra Fichier! (Maybe you didn't enter any text?)"; fclose($handle); } $filecontents = htmlentities($filecontents); } else { $status = "Makhdam Walou ?!"; } ?>