+ 1
How can I make a php code editor?
5 Answers
+ 2
What kind of question is this..
If you want to make your own code/text editor, first thing first you need to know what are the common things an editor has (i.e: save function, syntax highlighting, etc..). From there, work your way through for every single functions that you want your editor has.
You can refer here(C#): blogs.microsoft.co.il/tamir/2006/12/14/richtextbox-syntax-highlighting/
+ 1
If you're referring to "can i do syntax highlighting for php?", yes you can do it.
But if you're referring to "can i use php to make a code editor?", then the answer is no.
+ 1
You have to use other language then. There's no way php can be used to build an editor.
0
php?
0
editor for php programing