+ 1
I want to test a code for a messaging web app, and it is written both in css, js, and php. How would I compile all at once?
Web app
2 Respuestas
+ 2
I think you can try JSFiddle.
https://jsfiddle.net/
Nah nevermind. No php, only html.
- 1
What do you mean by compiling? Normally these languages are used for web apps, you should use them as they are for example with an HTML part or an entire framework like Django (written in Python).