I just ran a PHP.ini file search on my server "C: \ WAMP" and tried it! there are so many php.ini files!
How do I know which ini file is being used by a web page?
Thanks for any answer
you can find it in phpinfo () file
create info.php file
<?php phpinfo();
and call it from the web server