I am working on setting up and developing a small project using JavaScript and PHP. I installed Apache2.4 and PHP7, worked through some issues and have it running where I can view the phpinfo() file.
Right now when I run my account creation form, it either shows me the source code when run in Chrome, but wants to open the .php file when I run in edge browser.
Has anyone experienced this issue? I have seen it reported for Ubuntu/Linux builds but I haven't been able to find anything for Windows.
How can I get the Apache to parse the php files?