|
Search:     Advanced search
Browse by category:
Glossary

How to find your version of PHP & other useful information

Add comment
Votes: 0
Comments: 0
Posted: 22 Mar, 2008
by: Pope L.
Updated: 02 Aug, 2008
by: Pope L.
If you need to check which version of PHP your site is running on, or what your session.save_path is, whether register_globals are on or not, or any other server information about your site, create a file with a text editor , calling it info.php (you can call it anything you like as long as you create the file with the .php extension).

In the file, put this one line of code:
      <?php phpinfo(); ?>
Make sure you use the "any file" save option so it saves as a .php file (and not a .txt file).

Upload the file to your site, then call it in your web browser, eg. http://yourdomain.com/info.php

The information you need will show in your browser.

Once you have copied the information, delete the php info file from your server space so unauthorised people can't get to see your site/server details.
Others in this Category
document How secure is Mambo?
document Blocking direct access to scripts in your wrapper
document How to install templates on your Mambo site
document How to move your Mambo site
document How to change the template name
document Troubleshooting the WYSIWYG editor
document Lost your admin password?
document Database function failed with error 1054
document Popups not working?
document Incorrect Itemid's
document CAPTCHA not working
document Working with META tags
document Blank or 'White' Pages
document How to turn off MySQL Strict Mode
document FAQ: "This Category is currently empty"
document What to do when you get a site is temporarily unavailable error
document session save path issues
document Changing/Creating your own favicon
document FAQ: Checked In/ Checked Out
document How to use Mambo Modules
document How to determine Absolute Path

RSS