can anyone give me a lecture on how to make a permanent include directory in php.ini file??
Thanks
Jamal
including files
Moderator: General Moderators
http://www.php.net/manual/en/configurat ... clude-path
include_path is a PHP_INI_ALL property so you may set in in php.ini, through .htaccess or ini_set
http://www.php.net/manual/en/configuration.changes.php
include_path is a PHP_INI_ALL property so you may set in in php.ini, through .htaccess or ini_set
http://www.php.net/manual/en/configuration.changes.php