Your location:FAQ > Hosting > Website Management
Which version of PHP my hosting service plan supports?

We have different servers that support PHP4 or PHP5. You can check the version in Web Control Panel (WCP).

 
'
 
2.      Click on Account, and then click on Server Information.
 
 

3.      On the top, click on PHP Info to show the server's phpinfo() .

 

 
  

Set up your own phpinfo() on the website

1.  Create a PHP file ( e.g. phpfile.php )

2.     Add the following code:
 
       

3.     Log in to your FTP account

4.     Upload this PHP file to public_html folder

5.     Then you can read the phpinfo()

http://yourdomain.com/phpfile.php
      ( e.g. http://wcpdemo.com/phpfile.php )