This is a discussion on How can I set the include path and other settings that are fixed in php.ini within the PHP Programming forums, part of the Web Development category; Hi all.... How can I set the include path and other settings that are fixed in php.ini without having ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all.... How can I set the include path and other settings that are fixed in php.ini without having access to php.ini? Thanks.... |
| Sponsored Links |
| |||
| Hi all... If you are hosting on a Linux server you may (Depending on your host) be able to use .htaccess this file must be in the root of the web directory. The format is along the lines of (For PHP4 Module):- php_value include_path .:/path/that/you/want/to/use php_value magic_quotes_gpc "off" php_value track_errors "on" Thanks... |
| |||
| Hi techies, U can change the ini setting in the include file app_init.php. i mean the initilization file . in that includes file, ini_set('session.save_handler', 'files'); session_save_path ('tmp_dir/'); ini_set('session.gc_maxlifetime', '1440'); ini_set('allow_url_fopen', 1); ini_set('auto_detect_line_endings', true); these are all the few examles. so u can set the initilization file in ini_set syntax. hope u can understand this and u can get idea ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I set the include path and other settings that are fixed in php.ini without h | itbarota | PHP Programming | 1 | 09-11-2007 08:05 AM |
| windows 2003 GPO settings not being applied | arjkhanna | Server Management | 9 | 08-17-2007 01:23 PM |
| How would you sya that a bug is 100% fixed? | devarajan.v | Quality Engineering and Methodologies | 1 | 07-27-2007 12:12 AM |
| How can I set the include path | sivaramakrishnan | PHP Programming | 1 | 07-21-2007 12:11 AM |
| Relative path and Absolute path | vigneshgets | Operating Systems | 3 | 07-18-2007 06:11 AM |