Dear all Plzz help me
I am stuck with PHP include function.
I have given the include path in php.ini file as
include_path="C\PHP_includes
In PHP_include folder i have 3 files menu.inc which has html code, menu.css that has all the styles and menu.js that has certain functions.
i have a folder in my htdocs of apache called isquareit that has a file called index.php which includes menu.inc. This works fine it automatically includes all the stylesheets as well as javascript.
Then I have a folder inside isquareit named SOIT which has a file called soit.php. The Problem comes when i try to include menu.inc file in this file. It simply includes menu.inc but no stylesheets and no javascripts. Can anyone tell me why is this happening and what can i do to solve this problem