Tools, FAQ, Tutorials:
PHP Configuration Setting File
Where Are PHP Configuration Settings Stored?
✍: FYIcenter.com
PHP stores configuration settings in a file called php.ini in PHP home directory. You can open it with any text editor to your settings.
2016-10-13, ∼2300🔥, 0💬
Popular Posts:
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...