Jump to content

Correct use of include_path in php.ini?


Recommended Posts

I am running Apache server on Windows XP, with php as a loaded module. My script is situated in:

 

C:\Program Files\Apache Group\Apache2\htdocs\aruk\

 

and it needs to access another file, via 'include' in:

 

C:\Program Files\Apache Group\Apache2\htdocs\aruk\includes\

 

My script uses: 'include("./includes/config.php");'

 

In my php.ini file I have the include_path set to:

 

C:\Program Files\Apache Group\Apache2\htdocs\aruk\includes\

 

which isn't working for me. My script cannot locate the config.php file as it should.

 

What should my include_path be set to in php.ini in order for it to work correctly please?

Link to comment
https://forums.phpfreaks.com/topic/97145-correct-use-of-include_path-in-phpini/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.