I just see the source code in the compiled app

I’ve compiled an application from me. Running the application just shows me the source code of the .php file.
I’ve tried several tweeks like enabling short tags in php.ini etc.
But I can’t get it running…any ideas?

Hi. Have you tried to compile something very simple like:

echo “Hello world”;

with php start and end tags (I can’t write them here as the message system does not allow writing them)

…and the source code is put in index.php file and what is the outcome?

Kind regards,
Jan

Can you show your php code, or a part of it ?

Can you try if the demo here works for you on the faulty computer?