6 ms·
The browser simply displays the local php source for me. Do I need to run a local PHP server to get this to run?
by FairDune 5y ago
The browser simply displays the local php source for me. Do I need to run a local PHP server to get this to run?
- tentacleuno 5y agoYes, you'd need to deploy a PHP interpreter on your machine (and then point it at this file) to run it.