How to setup Server for PHP
Recently we posted a video on our youtube channel about free applications that allows you to run PHP and MySQL on android device and now we back with written tutorial on request of one of our views on how to set up Server for PHP and access PHP files.
Here we go!
Once you've downloaded Server For PHP from Google Play store.Then open it and let it fetch PHP versions available for installation and select the version you want to install.
Wait and allow it to download and install PHP version that you've selected. Once it is installed start server and open IP address in the browser. If not found error comes up it means your server is running.
Now all you need to do it is place PHP files in www/public directory of your device and reload the page.
That's it we placed index.php file inside www/public directory which had phpinfo() function inside it.