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.
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?