Guest Sniko` Posted September 3, 2009 Posted September 3, 2009 Everything you need to know about your site in just a few lines Create a new file called: info.php Now put this code in it <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(INFO_MODULES); ?> This script was from www.php.net and it shows you: PHP Credits Configuration PHP Core apache2handler Apache Environment HTTP Headers Information bcmath calendar ctype curl date dom ffmpeg filter ftp gd gettext hash iconv imap json libxml mcrypt mhash mysql pcre posix Reflection session SimpleXML sockets SPL SQLite standard tokenizer xml xmlreader xmlwriter Zend Optimizer zlib Additional Modules Environment PHP Variables PHP License apache2handler Apache Environment All credits to go to php.net http://www.php.net/manual/en/function.phpinfo.php Thanks Sniko Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.