PHP tags in Template isn't recogniced !?


Author Message
Bo Jac

Posted: 4/15/2013
Quote message 

Hi, I'm trying to insert PHP tags in the html pages generated by Artisteer 4.1. Inserting javascript in <script> tags works ok, but it seems like the <?php tags are somehow ignored by the webserver.

An example:
In the html-file I insert this:

AAAA
<?php
echo "Test<br/>";
?>
BBBB

The output of this is:
AAAA "; ?> BBBB

To me it looks like the Webserver somehow just ignores the PHP tag.


Any suggestions to why this is happening, and what to do about it.