How To Learn About Your PHP Installation
| Computing : Learning PHP If you want to find out about all the configuration options set with your installation of PHP then there is one simple command you can use. Simply create a blank php page and use the function phpinfo() to return a large list of information all about your configuration. This is very useful when debugging or finding out why things aren't happening as you expect.
![]() Questions about computing:
|
|




