Welcome to the OzoneAsylum FaqWiki |
How do I check what version of PHP/MySQL I have installed and/or the modules available? |
---|
You need to create a phpinfo file - PHP has a simple function phpinfo() which does all the hard work so create a file called something like phpinfo.php and paste this into it: code: <?php
|