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 Quote 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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/12350-include-function-error/#findComment-47230 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.