SQL PHP HTML ASP JavaScript articles and free scripts to download
 

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 settings can be changed in php.ini file . In a shared hosting environment you may not get access to change your php.ini file settings. Contact your hosting provider for any changes you require or to enable features. 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


Further readings
Introduction to PHP: How scripting languages work
PHP beginners guide
echo command & escape character for string outputs
Adding delay to the script execution time by using sleep function
Disabling a part of the code by using comments in PHP
Printing Numbers 1 to 50 to screen
PHP Info: Details on PHP script settings & installation at server end
PHP.ini file: PHP server configuration setting file for Edit or update
ini_get: PHP function to get configuration settings from php.ini file
ini_set: PHP function to change the configuration settings of php.ini file
PHP Version : What is the version of PHP running at the server
Installing PHP on windows server and IIS
Installing PHP5 on windows server and IIS
Setting up PHP in Windows Vista OS to run in IIS7 web server
Configuration of IIS7 to run PHP scripts with ISAPI module Extension directory of PHP to store dll files for windows

Post Comment This is for short comments only. Use the forum for more discussions.
Name
Email( not to be displayed)Privacy Policy
1+2=This is to prevent automatic submission by spammers. Please enter the result of the sum as asked


Join Our Email List
Email:  
For Email Newsletters you can trust
Basics
PHP Sections