I would like to run my website (which is not public and not have to be), which includes one index.html
, few JS
and PHP
files on my Android device
locally / offline.
HTML
and JS
is working fine. But unfortuntately the PHP execution doesn't work on my mobile device.
Is there any way to solve this issue, to make my few PHP
files run locally on my mobile device?