Sometimes it becomes necessary to compare your hosts server features and settings to determine compatibility with your script. When this situation arises just complete the following process:
1. Open notepad and paste the following line of code:
<?php phpinfo(); ?>
2. Save the file as phpinfo.php
3. Upload the file to the root of your website
4. Go to www [...]