View Single Post
  #1  
Old 11-14-2004, 11:32 AM
 
scott_dev scott_dev is offline
 

Member
  
Join Date: May 2004
Location: San Diego, California
Posts: 12
 

Default php includes and smarty

I placed this code on home.tpl:

{include file="/home/mags/public_html/ecommerce/myphp/welcome.php"}

And received this warning:

Warning: Smarty error: unable to read resource: ""/home/10/public_html/ecommerce/myphp/welcome.php"" in /home/mags/public_html/ecommerce/Smarty-2.6.3/Smarty.class.php on line 1082

And this:

{php}
include "/home/10/public_html/ecommerce/myphp/welcome.php";
{/php}


And this:


<?php
include("/home/10/public_html/ecommerce/myphp/welcome.php");

?>


And this:


<?php
include("/home/10/public_html/ecommerce/myphp/welcome.inc");

?>

And only the code appeared on the page.

What am I doing wrong?
__________________
Scott Robinson
X-Cart 4.0.0 - Heavily Modified
PHP version 4.3.9
Operating system Linux
Kernel version 2.6.8.1
Machine Type i686
Apache version 1.3.32 (Unix)
PERL version 5.8.4
MySQL version 4.0.20-standard
Reply With Quote