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"? Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/66616-solved-linking-directories/#findComment-333762 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.