the two tags was a cut and past problem. and yes i tried the other ideas you gave
i changed
eval("\$Homepage.php = \"".gettemplate("Homepage.php")."\";");
to
eval("dooutput(\"".gettemplate('Homepage')."\");") ;
but i get the cgi header error
also i added this line into the phpinclude
include("Homepage.php");
I am a little fuzzy about how the templete and the php code interact
first this line
eval("dooutput(\"".gettemplate('Homepage')."\");") ;
says to load the templete into the browser Right?
Second what does it mean when you get a header error? is it a linking problem or something like that?
|