| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
php includes and smarty | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() In your welcome.php
Do you have php tags at the start and finish? Code:
|
|||||||||
#3
|
|||||||
|
|||||||
![]() It looked like this:
<?php # # You can place your php here for the WELCOME PAGE of your site # $the_welcome="hello"; echo $the_welcome; ?> <html> <body> </body> </html> The I tried: <?php # # You can place your php here for the WELCOME PAGE of your site # $the_welcome="hello"; echo $the_welcome; <html> <body> </body> </html> ?> An received this error: Parse error: parse error, unexpected '>' in /home/10/public_html/ecommerce/myphp/welcome.php on line 10
__________________
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 |
|||||||
#4
|
|||||||||
|
|||||||||
![]() Hi try this
Code:
In welcome.php Code:
|
|||||||||
|
|||
X-Cart forums © 2001-2020
|