<?php
$text1 = file_get_contents( $_GET['urledit']);
$text = htmlspecialchars($text1);
?>
<script>
window.onload = function() {
editor = CodeMirror(document.getElementById("editor"), {
value: " <?php echo $text;?> ",
mode: "text",
matchTags: {bothTags: true},
extraKeys: {"Ctrl-J": "toMatchingTag"}
});
};
</script>
по примеру можно легко сделать.
Или уже готовое решение smartlanding.biz/otpravka-formy-bez-perezagruzki-stranicy.html