0
How can I view php code on my phone?
Hey I want to write and view php code on my phone. Sadly I didn't find any app which helped me to do that.... Do I have to install a web server on my phone or how will I be able to do that? Thanks for your help
4 Respuestas
+ 1
Sololearn Code Playground
+ 2
View and execute are different things... For view you can use one of many text editors that support syntax highlight for php (i suggest QuickEdit)... For execute a php file you need an interpreter (or a web server with php support).. Here i suggest PAW Webserver but there are many others (free and not)
0
Thanks! I meant execute ^^
0
Yeah the playground here will be the easiest way to do it ^^