My Apache server on my Ubuntu server (16.04 LTS) does not process my PHP code.
The file extensions are ending with .PHP and have <?php
in them.
I have already tried uninstalling Apache and resetting the configs of Apache.
Unlike other posts, I am not using the file:\ protocol to execute the script(s).
this means that this is not a Duplicate.
I am using my servers external IP and I have set the apache config to allow all addresses and it is pointing to the right directory.
Here is a test script on my website to show the problem: http://bradsmc.tk/test.php
(This script should show your IP address, instead it shows it in the browser)