I tried to include some PHP scripts in my actinic templates. However, it does not seem to work. My webserver is PHP enabled and i use many of my php scripts on that server.
When you view the source code of the loaded page. The PHP code appears exactly how i wrote it, as if it wasnt even parsed by the server.
E.g tested by typing
<?php echo "Hello"; ?>
Nothing is shown on actinic page (should print "Hello") not even the code its self. But it can be found in the source code...
This has really got me stuck, anyone got any ideas?
When you view the source code of the loaded page. The PHP code appears exactly how i wrote it, as if it wasnt even parsed by the server.
E.g tested by typing
<?php echo "Hello"; ?>
Nothing is shown on actinic page (should print "Hello") not even the code its self. But it can be found in the source code...
This has really got me stuck, anyone got any ideas?
Comment