I created a simple HTML webpage that includes the following PHP code in the HTML code.
When I run
In my case it was because I had a syntax error with my php code. I typed
php phpinfo(); ?>
Instead of
The space between and php caused the headache for me
php