including files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jamal
Forum Commoner
Posts: 57
Joined: Sat Oct 26, 2002 7:53 pm
Location: London

including files

Post by jamal »

can anyone give me a lecture on how to make a permanent include directory in php.ini file??
Thanks
Jamal
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

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
Post Reply