Code: Select all
<?php @include_once($_SERVER["DOCUMENT_ROOT"]."/includedpage.php"); ?>
Thanks,
Code: Select all
<?php @include_once($_SERVER["DOCUMENT_ROOT"]."/includedpage.php"); ?>
I have tried this (A1) : http://wiki.cmsmadesimple.org/index.php/Developers_FAQcalguy1000 wrote: Check the FAQ in the wiki.
Code: Select all
@include_once($_SERVER["DOCUMENT_ROOT"]."/includedpage.php");
Code: Select all
include"/includedpage.php");
You're missing a "(" try this:THiNK wrote: I did tryagain, this caused an error.Code: Select all
include"/includedpage.php");
Any ideas?
Code: Select all
include ("/includedpage.php");
What's the limit ?Elijah Lofgren wrote: maybe you could just paste the contents of includedpage.php into a User Defined Tag if it's not too large.
Looks like it's 65kb: http://simon.incutio.com/archive/2002/0 ... TextLimitscyberman wrote:What's the limit ?Elijah Lofgren wrote: maybe you could just paste the contents of includedpage.php into a User Defined Tag if it's not too large.