How to show informations about current PHP install

You can show informations about current php install by function:phpinfo();This will give you to output PHP version, variables, installed modules and versions and also all configuration directiories, ports etc.

Comments

Popular posts from this blog

How to show only month and year fields in android Date-picker?

Conflict Serializability in database

Simple Pagination using jquery,mySql and PHP