conspiringfate Posted June 19, 2006 Share Posted June 19, 2006 [code]<?include("$include_path/FastTemplate.php3");$tpl = new FastTemplate("templates");$tpl->no_strict(); [/code]i guess thats the wrong code??? idk what im doing wrong, can someone help Link to comment https://forums.phpfreaks.com/topic/12350-include-function-error/ Share on other sites More sharing options...
.josh Posted June 19, 2006 Share Posted June 19, 2006 what error are you getting? Link to comment https://forums.phpfreaks.com/topic/12350-include-function-error/#findComment-47205 Share on other sites More sharing options...
conspiringfate Posted June 19, 2006 Author Share Posted June 19, 2006 there was no given error, it just said something that one of my coders typed in....so i got it to work and then i was trying to get the thumbnails to work and then next thing i know blank page....www.photoblinger.com/old/index1.php and www.photoblinger.com/old/index2.php[code]<?phpini_set("session.auto_start","1");//echo("Working???");require("./admin/config.php");//echo("After config.php");include("./include/common.php");include("./include/blue.php");include("./include/doc_head.php");include("./include/styles.php");[/code]thats just an example of what i saw Link to comment https://forums.phpfreaks.com/topic/12350-include-function-error/#findComment-47230 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.