CMSMS 0.9.2 PHP files not working
Posted: Thu Mar 17, 2005 7:18 pm
I've just begun a new site with 0.9.2 and I'm trying to include php code the way it was done previously: {php}{/php} but it is not working!
here is the simple template:
Here is the output:
---------------------
echo "Hello world
"; This is a test.
--------------------
It's simply spitting out whatever is between the brackets as text.
So then I try this:
And I get this:
-------------------------
"; ?> This is a test.
-------------------------
Please, please, please help before I kill myself!!
here is the simple template:
Code: Select all
{php} echo "Hello world<p>";{/php}
{content}
---------------------
echo "Hello world
"; This is a test.
--------------------
It's simply spitting out whatever is between the brackets as text.
So then I try this:
Code: Select all
<?php echo "Hello world<p>"; ?>
{content}
And I get this:
-------------------------
"; ?> This is a test.
-------------------------
Please, please, please help before I kill myself!!