zohaib Posted November 13, 2008 Share Posted November 13, 2008 Hi all, In my project i have folder name "my_project" I have placed my php.ini file in "my_project\php.ini" how can i call and load it by default it is calling default php.ini ini_set("Loaded Configuration File","E:\xampp\htdocs\my_project\php.ini"); ini_set("upload_max_filesize","50M"); phpinfo(); echo 'display_errors = ' . ini_get('display_errors') . "\n"; echo 'register_globals = ' . ini_get('register_globals') . "\n"; echo 'post_max_size = ' . ini_get('upload_max_filesize') . "\n"; or any other way to create custom php.ini file any other way from ini_set and .htacess file Link to comment https://forums.phpfreaks.com/topic/132531-how-to-configure-custom-phpini-file/ Share on other sites More sharing options...
zohaib Posted November 13, 2008 Author Share Posted November 13, 2008 Quote Hi all, In my project i have folder name "my_project" I have placed my php.ini file in "my_project\php.ini" how can i call and load it by default it is calling default php.ini ini_set("Loaded Configuration File","E:\xampp\htdocs\my_project\php.ini"); ini_set("upload_max_filesize","50M"); phpinfo(); echo 'display_errors = ' . ini_get('display_errors') . "\n"; echo 'register_globals = ' . ini_get('register_globals') . "\n"; echo 'post_max_size = ' . ini_get('upload_max_filesize') . "\n"; or any other way to create custom php.ini file any other way from ini_set and .htacess file i have gone through following link but not gettting http://www.php.net/manual/en/configuration.php#configuration.file Link to comment https://forums.phpfreaks.com/topic/132531-how-to-configure-custom-phpini-file/#findComment-689162 Share on other sites More sharing options...
zohaib Posted November 13, 2008 Author Share Posted November 13, 2008 Quote Hi all, In my project i have folder name "my_project" I have placed my php.ini file in "my_project\php.ini" how can i call and load it by default it is calling default php.ini ini_set("Loaded Configuration File","E:\xampp\htdocs\my_project\php.ini"); ini_set("upload_max_filesize","50M"); phpinfo(); echo 'display_errors = ' . ini_get('display_errors') . "\n"; echo 'register_globals = ' . ini_get('register_globals') . "\n"; echo 'post_max_size = ' . ini_get('upload_max_filesize') . "\n"; or any other way to create custom php.ini file any other way from ini_set and .htacess file SetEnv PHPRC "E:/xampp/htdocs/my_project/php.ini" SetEnv PHPRC "E:/xampp/htdocs/my_project/" export PHPRC="E:/xampp/htdocs/my_project/" Link to comment https://forums.phpfreaks.com/topic/132531-how-to-configure-custom-phpini-file/#findComment-689167 Share on other sites More sharing options...
corbin Posted November 13, 2008 Share Posted November 13, 2008 Bumping every 15 minutes usually just pisses people off. Is this your own server? Guessing not. Chances are, you're not allowed to do that. Link to comment https://forums.phpfreaks.com/topic/132531-how-to-configure-custom-phpini-file/#findComment-689808 Share on other sites More sharing options...
zohaib Posted November 14, 2008 Author Share Posted November 14, 2008 i want to modify my post and add some more text after i logout when i login again then i can see "quote" link ,i can't see modify link when i click on "quote" link and add some more text then a new post below it get added In other forum i can see modify link but here i can't how can i modify my post?????..... Link to comment https://forums.phpfreaks.com/topic/132531-how-to-configure-custom-phpini-file/#findComment-690075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.