News:

SMF - Just Installed!

Main Menu

Where php.ini file?

Started by Ruaridh, August 18, 2016, 12:55:41 AM

Previous topic - Next topic

Sam

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.

Mohamed

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!