I just ran a search for PHP.ini file in my "C:\WAMP" server and gosh! there's so many PHP.ini files!
How do you know which of the ini files are being used by the webpage?
Thanks you for any response
The php. ini file is the default configuration file used for running applications that require PHP. It is an effective way to work on PHP's functionality. It is used to control variables like file timeouts, sizes of the upload, and the limits of the resource on which it works.
you can find it in phpinfo() output
create file info.php
<?php
phpinfo();
and call it from web server
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With