Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

PHP include in a Smarty Template

Status
Not open for further replies.

AdminAdmin is verified member.

Administrator
Staff member
Joined
Jun 14, 2004
Posts
11,097
Reaction score
977
Hi,

Does anyone know how to include a PHP file inside a Smarty template?

1, I create the PHP file, it works fine
2, Empty TPL file except for {include_php file="path and filename of PHP file"}

3, main page
Code:
<?
session_start();
 //includes
 require("includes/globals.php");
    //assign smarty variables
    $smarty->assign("page_title","[I]title[/I]");
    $smarty->assign("page_content","[I]TPL file with PHP include[/I]");
    $smarty->display("template.tpl");
?>

The page appears with the correct template but the PHP page content does not appear, instead I get the error:

Warning: Smarty error: pathandfilename.php is not readable in /home/name/public_html/smarty/libs/Smarty.class.php on line 1095

Any ideas anyone?

Thanks

Admin
 
sure you are using the correct file path?

your include line should look like this:

{include_php file=$page_content}
 
Status
Not open for further replies.

Rule #1: Be Respectful

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Siusaidh AcornBot:
    Siusaidh has left the room.
      Siusaidh AcornBot: Siusaidh has left the room.
      Top Bottom