+ 2
Im having difficulties in running php code on Android. I've downloaded a couple of servers and IDE but it ain't working
https://www.sololearn.com/post/181066/?ref=app https://www.sololearn.com/post/181067/?ref=app
5 odpowiedzi
+ 3
Please share your code here. After that, the problem has been identified.
There have so many problems with the job like code error, connection error, even server corruption.
+ 3
+ 2
Use termux app to install php server on mobile.
https://www.google.com/amp/s/parzibyte.me/blog/en/2019/04/28/install-apache-php-7-android-termux/amp/
+ 1
Im not an expert but i think php code shouldnt be in android. Instead it should be on the server so you can execute it from your android app using a http connection for example
+ 1
Please;
- Edit your original question (above) and share your code link in the question Description. This will help others to understand what the problem is, and respond appropriately.
- Explain how you access your PHP document. Browser info, the URL you used to access the PHP document in browser, location of physical PHP file in storage etc.
I'm not really sure, but error 404 usually means a missing resource, an attempt to access a non existing resource, or a resource that did exist but no longer do.