How can I view php code on my phone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

1st Dec 2018, 9:30 AM
MusikXFreakXLycrise
4 Answers
+ 1
Sololearn Code Playground
1st Dec 2018, 12:38 PM
Calviղ
Calviղ - avatar
+ 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)
1st Dec 2018, 9:44 AM
KrOW
KrOW - avatar
0
Thanks! I meant execute ^^
1st Dec 2018, 12:14 PM
MusikXFreakXLycrise
0
Yeah the playground here will be the easiest way to do it ^^
7th Dec 2018, 11:39 AM
MusikXFreakXLycrise