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 Quote Link to comment Share on other sites More sharing options...
zohaib Posted November 13, 2008 Author 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 i have gone through following link but not gettting http://www.php.net/manual/en/configuration.php#configuration.file Quote Link to comment Share on other sites More sharing options...
zohaib Posted November 13, 2008 Author 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 SetEnv PHPRC "E:/xampp/htdocs/my_project/php.ini" SetEnv PHPRC "E:/xampp/htdocs/my_project/" export PHPRC="E:/xampp/htdocs/my_project/" Quote Link to comment 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. Quote Link to comment 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?????..... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.