PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

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.



Comment on this Question and Answer >>>

ASK A QUESTION

More other PHP Questions

I have lots of if else logic - is there another option?

Can I include Javascript in my PHP code?

How do you get an array of the date and time?

What is the differece between $message and $$message?

What does the @ character do in PHP?



Custom Search