YOUR HOSTING ENVIRONMENT :: There are a couple of things initially worth knowing about your hosting environment. To skip over this click here. PHP can be installed as a module or as a CGI interpreter. You'll need to know this to save time later on, so ask your host for this information. Alternatively, paste the following code into notepad and save it as test.php by: | |||||||||||||||||
| |||||||||||||||||
Upload this file to the root of your web server, open a browser and type http://www.yourdomain.com/test.php Look for Server API - if it says "CGI", then at the very least the following will NOT be available to you - so make a note of these now. It might save *lots* of time later on: HTTP_SERVER_VARS["PHP_AUTH_USER"] | |||||||||||||||||
| |||||||||||||||||