|
|
|
@ -85,8 +85,11 @@ if (isset($_POST['code'])) { |
|
|
|
|
<body> |
|
|
|
|
<div class="output"><?php echo $debugOutput ?></div>
|
|
|
|
|
<form method="POST" action=""> |
|
|
|
|
<textarea cols="100" rows="20" name="code"><?php echo (isset($_POST['code']) ? htmlentities($_POST['code'], ENT_QUOTES, 'UTF-8') : null) ?></textarea>
|
|
|
|
|
|
|
|
|
|
<div class="input"> |
|
|
|
|
<div class="editor" id="editor"><?php echo (isset($_POST['code']) ? htmlentities($_POST['code'], ENT_QUOTES, 'UTF-8') : null) ?></div>
|
|
|
|
|
<div class="statusbar">Line: 1, Column: 1</div> |
|
|
|
|
</div> |
|
|
|
|
<input type="submit" name="subm" value="Try this!" /> |
|
|
|
|
</form> |
|
|
|
|
<div class="help"> |
|
|
|
|