Any good HTML, PHP, SQL editors/compilers available for pc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Any good HTML, PHP, SQL editors/compilers available for pc?

I just want to create, test and debug a web page.

10th Oct 2017, 1:15 AM
Arjunlal J Padeethara
Arjunlal J Padeethara - avatar
3 Answers
+ 2
Np++ is love, Np++ is life.
10th Oct 2017, 1:29 AM
Ayoub Laazazi
Ayoub Laazazi - avatar
+ 1
For creating code, use IDE (thousands of them: Atom, geany, Vi Improved...), For testing and debugging HTML code use build-in browser's console. For testing SQL (RDBMS MySQL), use MySQL WorkBench For testing and debugging PHP, use inner try-catch, dump variables and so on (basically, use languages abilities to debug). Also, Those languages can't be compiled, but PHP can be pre-compiled. Also also, All of them can be interpreted by any browser, since they are web (excluding SQL, because technically, its not a programing language, it is a query language).
10th Oct 2017, 1:20 AM
Freezemage
Freezemage - avatar
+ 1
Notepad++ is basic and very limited imo. I would rather go for sublime text 3 with the appropriate plugins.
10th Oct 2017, 2:42 AM
CHMD
CHMD - avatar