AbydosGater Posted November 30, 2006 Share Posted November 30, 2006 Emm hi,Just another noobie question from me,I know that when you require a php file you have to use the short path .. ie: /config.phpBut if your in another directory above where that file is, you cant require using the whole domain duh.. for obvious reasons..But is there an way say if i have my config.php in my top directory, and i want to require it in my /members/... how would i go about doing this?can i use the full path.. ie: /public_html/config.php ??Thanks Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/ Share on other sites More sharing options...
chipk1 Posted November 30, 2006 Share Posted November 30, 2006 try ../config.php or ../../config.php Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/#findComment-132997 Share on other sites More sharing options...
taith Posted November 30, 2006 Share Posted November 30, 2006 when searching files.... <-- same directory.. <-- back one directory...good thing i remember my dos lol Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/#findComment-133000 Share on other sites More sharing options...
AbydosGater Posted November 30, 2006 Author Share Posted November 30, 2006 ohh and does that mean.. ... <-- back 3? ehh not being smart or anything just wondering does it keep going like that? Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/#findComment-133004 Share on other sites More sharing options...
taith Posted November 30, 2006 Share Posted November 30, 2006 no... only ./..to go back multiple folders you'd use[code]../../images/x.jpg[/code]or the likes :-D Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/#findComment-133008 Share on other sites More sharing options...
AbydosGater Posted November 30, 2006 Author Share Posted November 30, 2006 Ohhhh cool, thanks Link to comment https://forums.phpfreaks.com/topic/29025-requiring-from-another-directory-below-current/#findComment-133010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.