You can see all information relating to your PHP installation by using the function phpinfo().
For PHP4, save the following to a file called info.php. For PHP5, save it as info.php5
<?php phpinfo() ?>Giving you the answers you need
Why not try our knowledge base for instant help and advice to enhance your online experience with Register365? From within the knowledge base you can browse our frequently asked questions and find the right answers to help solve your queries.





You can see all information relating to your PHP installation by using the function phpinfo().
For PHP4, save the following to a file called info.php. For PHP5, save it as info.php5
<?php phpinfo() ?>