PHP Questions Home

Categories

Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website


PHP Functions

PHP Functions


More PHP

Top Questions
Ask a Question

How do I find out about my PHP installation?


If you want to see all the details of your PHP configuration - the version, information about what it is compiled with and so on and so forth, you can do so with just one command:

<?php
phpinfo
();
?>


Create the above PHP page and then run it, you will be confronted with a page full of lots of information which will tell you all you need to know about your set up.



More other PHP Questions

Can I spellcheck my text using PHP?
Can PHP create PDF files for me?
How do I add comments to my PHP script?
How do I find the timestamp for a particular date?
How do you get an array of the date and time?