header
 
     
 
pixel
pixel pixel

Check your server configuration using phpinfo

If you need to find out whether your server is configured to run certain scripts or commands, rather than running the scripts, you can find out all your server configurations using the function phpinfo. Create a php file with the following code:
<?php 
   phpinfo
();
?>
Save it as info.php (the filename is arbitrary), upload it to your server than run the page (eg - type http://yourdomain.com/info.php). The function displays a pre-formatted page showing server configurations, environmental variables, etc.

Unhelpful Helpful Rating 4.0 (score out of 5, no. of ratings: 9)
Comments
Comment by jay on 2005-07-11
BRILLIANT! Searched for ages on the internet and this was spot on. Thank you.

Post a Comment
Name
Email
(optional)
Comment
RatingUnhelpful Helpful
Security Image* (this is just to prevent spam submissions)
Security Image