Hi
First off I know nothing about PHP so please excuse my ignorance.
I want to add a PHP knowledge base to a web site.
The software instructions say to create a php page on web site and insert php code.
However before I purchase the software I though I best make sure it would work so created a brochure page and renamed it faq.php then inserted a block php="true" in a fragment with some sample php as below -
!!<
<actinic:block php="true">
<? print("Hello") ?>
</actinic:block>
>!!
However I get a parse error on line 2 when published live.
Help please!
First off I know nothing about PHP so please excuse my ignorance.
I want to add a PHP knowledge base to a web site.
The software instructions say to create a php page on web site and insert php code.
However before I purchase the software I though I best make sure it would work so created a brochure page and renamed it faq.php then inserted a block php="true" in a fragment with some sample php as below -
!!<
<actinic:block php="true">
<? print("Hello") ?>
</actinic:block>
>!!
However I get a parse error on line 2 when published live.
Help please!
Comment