How do I find out about my PHP installation?
<?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?
