Jump to content
MakeWebGames

[Any] Everything You Need To Know About....


Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...