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