Webastor - Programming Tips and Tricks

Programming language => PHP => Topic started by: Sam on August 18, 2016, 12:55:41 AM

Title: Where php.ini file?
Post by: Sam on August 18, 2016, 12:55:41 AM
Hi everyone, I would like to ask you if you can tell me where php.ini file Thank you for helping me as soon as possible.
Title: Re: Php.Ini file
Post by: Mohamed on December 09, 2017, 07:02:35 PM
Best way to find this is: create a php file and add the following code:

<?php phpinfo();?>
and open it in browser, it will show the file which is actually being read!