Author's posts

How to change the PHP version settings for my account?

To change the PHP version for your account you must know which version you need to use and click on its corresponding radio button in the “Choose a PHP Version” form.

What is the difference between PHP 4 and PHP 5?

There are several specificities in the configuration and in the way certain functions and expressions are handled. PHP 4 has a larger installed base at this point, but since PHP is a server-side script, this will hardly affect the end user. PHP 5 represents a newer release, which offers some improvements over PHP 4 and …

Continue reading

What is PHP?

PHP stays for Hypertext Preprocessor and is an open source server-side programming language that is used for running web scripts and for processing data passed via the CGI (Common Gateway Interface) from HTML forms etc. PHP can be written as scripts that reside on the server and may produce HTML output that downloads to the …

Continue reading

Why am I seeing only php in my Load Stats?

As we run PHP in CGI mode, most of your applications will be executed through this module. Therefore, if you have a lot of PHP based applications on your website, it is normal to see the php as a main CPU consumer. How do I reduce the amount of resources being used by my website(s)? …

Continue reading

Why do I need these statistics?

You should be aware of the amount of server resources that your website(s) uses in order to abide by our Terms of Service. There you may find more information about the allowed CPU usage. We recommend that you often check what is the current CPU load of your website(s) so you can prevent any possible …

Continue reading