I currently store and run PHP code from a database to produce custom reports.
At present the code is displayed in plain text with no code checking at the time it's being written.
I'm looking to include a Code Insight type checker to be able to display code errors as it's being written.
(The type of checking and formatting that our favourite IDE's do, but in a web browser.)
Any Idea's on how to implement this using say Javascript and/or CSS?
At present the code is displayed in plain text with no code checking at the time it's being written.
I'm looking to include a Code Insight type checker to be able to display code errors as it's being written.
(The type of checking and formatting that our favourite IDE's do, but in a web browser.)
Any Idea's on how to implement this using say Javascript and/or CSS?