+ 1
How to run code of HTML;CSS;PHP;SQL and JavaScript all together at a same time? Please recommend any software.
4 ответов
+ 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.
+ 1
but it compiles a single language at a time friend
+ 1
Microsoft VIsual studio IDE
https://www.visualstudio.com/vs/
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