ThunderAI Posted October 8, 2010 Share Posted October 8, 2010 I have an include file and a php file in different directories and I can't figure out what I'm doing wrong trying to get them to relate to one another. webhost/website/includes/include.inc webhost/website/modules/module/page.php How do I get the page.php to use the include.inc file? I'd think it would be "../../include.inc", but that isn't working Quote Link to comment https://forums.phpfreaks.com/topic/215395-include-help/ Share on other sites More sharing options...
trq Posted October 8, 2010 Share Posted October 8, 2010 ../../includes/include.inc Quote Link to comment https://forums.phpfreaks.com/topic/215395-include-help/#findComment-1120089 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.