Quote:
Originally Posted by stevectaylor
would this still work in a sub-folder?
--------------- Added 18 Dec 2010 at 04:34 ---------------
I'm struggling here on a test page; Why wont it allow the 'php include' function to show.
<div class="blockbody">
<div class="blockrow">
Testing this page for php input. <?php include("offers/choice_ad1.php"); ?>
</div>
</div>
|
You cannot put php in the template. PHP goes into the php file, and html goes into the template.