|
|
|
PHP info(): What is PHP configuration? |
PHP info is very powerful tool to know the all details about PHP
configuration, server environment and server settings. It tells about the
PHP version running in the server. The settins can be chaned in php.ini file .
Here is the simple one line code for printing.
<?
echo phpinfo();
?>
Store this code in any php file and open in your server.
Read how to check mysql support in php by using phpinfo
Read how to check MSSQL support in php by using phpinfo
Read how to check GD Support in php by using phpinfo
Read how to check Json Support in php by using phpinfo
Read how to get php version
| |
| Subscribe |
|
Submit your email address and receive
article and product notifications. Your email is safe with us.
|
|
|
|
|
|