A simple PHP in-browser editor.
Warning: This editor is for local usage only! Do not host it on a public server! The code evaluation loop is unsecure!
- Enter PHP code in the textarea on the left side.
- Evaluate the PHP by pressing the "F9" key or clicking the "Run" button in the top navigation bar.
- Find the evaluated PHP on the right side.
- ActiveLine Highlighting
- Error Handling based on error_get_last() with error message display above the error line
- PHP's eval() for code evaluation
- CodeMirror3 as Javascript Editor
- jQuery2
- Bootstrap3