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

What is the difference between sessions and cookies?

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

Can PHP create PDF files for me?

how can i put the value 1 or 0 into checkbox if we checked then 1 otherwise 0?

How do I check if a date entered exists?



Custom Search