Run Code
Component ID
2478857
Component name
Run Code
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides a Code Editor, which accepts a piece of code(currently PHP only) and displays its output. To get an Idea, think of following editors.
- W3School's "Try It!" editor.
- writecodeonline.com's editor.
Inputs are Welcome !
Features to Expect in future:-
- A CCK field "Execute Code", which can be used in any Content Type. It has an input field to save code and a "Run Code" button to redirect to Editor's Page with referenced code in it for user to try. [Pending]
SECURITY: it uses PHP's eval() function. Use it at your own risk.
Do this project an honor by providing any security issues you get while using this editor.