How to run code of HTML;CSS;PHP;SQL and JavaScript all together at a same time? Please recommend any software. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to run code of HTML;CSS;PHP;SQL and JavaScript all together at a same time? Please recommend any software.

31st Oct 2016, 4:47 PM
Ritik Maroo
Ritik Maroo - avatar
4 Answers
+ 1
The easiest one I can think of right now is Notepad++. I mean, you don't really need to "compile" web code like you do with something like C++. But in my experience, Notepad++ works fine.
31st Oct 2016, 5:10 PM
Connor Worth
Connor Worth - avatar
+ 1
but it compiles a single language at a time friend
1st Nov 2016, 10:45 AM
Ritik Maroo
Ritik Maroo - avatar
+ 1
Microsoft VIsual studio IDE https://www.visualstudio.com/vs/
1st Nov 2016, 10:12 PM
Chris Coder
Chris Coder - avatar
0
All at the same time? Hard, the closest thing I can think of is setting up a web server such as Apache with your program inside but HTML CSS and Javascript will still only load when a page is accessed in the browser
1st Nov 2016, 7:11 PM
Gustavo Santos Ferreira
Gustavo Santos Ferreira - avatar