Ken2k7 Posted August 25, 2007 Share Posted August 25, 2007 Okay I'll channel down the directories: Game -- Ken ----index.php So Game is the main directory folder, Ken is a folder inside Game and index.php is a php file inside Ken. Say I have a file called css.css in the folder Ken. How do I call upon that in the index.php file? Is it: "/css.css"? Link to comment https://forums.phpfreaks.com/topic/66616-solved-linking-directories/ Share on other sites More sharing options...
vijayfreaks Posted August 25, 2007 Share Posted August 25, 2007 Hi.. you can call it in index.php via.. "./css.css" -Vijay Link to comment https://forums.phpfreaks.com/topic/66616-solved-linking-directories/#findComment-333757 Share on other sites More sharing options...
Ken2k7 Posted August 25, 2007 Author Share Posted August 25, 2007 Okay, thanks Vijay. Link to comment https://forums.phpfreaks.com/topic/66616-solved-linking-directories/#findComment-333762 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.