Gathering information about PHP
To obtain all the information you will need about PHP on your VWS create a file on your VWS with the following code and surf to it:
phpinfo.php
| <?php phpinfo(); ?> | |
Check network status
| <?php phpinfo(); ?> | |