Jump to content

includepath help


kishan

Recommended Posts

see iam using sm thing like this

 

ini_set("include_path",get_include_path().PATH_SEPARATOR.dirname(__FILE__));

 

and my echo get_include_path();results this

 

.;C:\xampp\php\pear\;C:\xampp\htdocs\Opah\modules\atmailopen

 

But i have a file called atmail.php under C:\xampp\htdocs\Opah\modules\atmailopen

 

if i give var_dump(file_exists('atmail.php')); results bool(false).

 

whats the problem

Link to comment
https://forums.phpfreaks.com/topic/128807-includepath-help/#findComment-667804
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.