set the include path and other settings fixed in php

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
geethalakshmi
Forum Commoner
Posts: 31
Joined: Thu Apr 24, 2008 10:38 pm

set the include path and other settings fixed in php

Post 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
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

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

Post by Maugrim_The_Reaper »

ini_set() and set_include_path() ;)
Post Reply