
|
 |

Check your server configuration using phpinfoIf 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:
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. Comments
Comment by jay on 2005-07-11
BRILLIANT! Searched for ages on the internet and this was spot on. Thank you.
|
|
|