PHP Tutorial : Check PHP server configuration

Wow,
It’s aproximatively 2 months since I write on this php tutorials blog and I never writed about this premier function, very basic which I should show you in the very first two or three posts but I forgot about it : it is the function which checks php web server configuration : phpinfo(); How? Create a new file, and place it into your host, then access it and taddaaa – you’ll see and check php config (such as modules loaded, extensions, etc).

<?php
phpinfo();
?>
This entry was posted in Basic PHP and tagged , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>