0
How and where can I run my php code offline
I want to run my php codes on my android offline, I tried this app but it needs data to run the code, so does anyone know any apps I could use to write and run my php codes offline. Also I want to run it, not not just write it only.
2 Answers
+ 4
Download termux which is kind of like a terminal for Android phones and install php using pkg install php ,
run the code using php -f file.php
0
Thanks I'll try those đđđ