Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
Server Side Coding
PHP

How do I check what version of PHP/MySQL I have installed and/or the modules available? Pages that link to <a href="https://ozoneasylum.com/backlink?for=5776" title="Pages that link to How do I check what version of PHP/MySQL I have installed and/or the modules available?" rel="nofollow" >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
phpinfo();
?>



and upload it to your server. It should tell you all sorts of information that you need.

However, this information could be used to target you server and so you should delete the file after you find what you want or hide it in a password protected folder.

--------------------
Relevant links:

phpinfo() - the manual entry for this function.

_______________
Emperor


(Edited by: Tyberius Prime on Sun 03-Aug-2003)

« BackwardsOnwards »

Show Forum Drop Down Menu