Page 1 of 1

set the include path and other settings fixed in php

Posted: Wed Jul 16, 2008 7:37 am
by geethalakshmi
Hi,

How can I set the include path and other settings that are fixed in php.ini without having access to php.ini?

Regards,
geetha
Web Design and Development

Re: set the include path and other settings fixed in php

Posted: Wed Jul 16, 2008 8:14 am
by Maugrim_The_Reaper
ini_set() and set_include_path() ;)