Category: Advanced

How to create a Cron job ?

To set up a cronjob you will need to press the “Create a New Cronjob” button and set a few parameters: time schedule, execution command and the email where the cronjob result notifications will be sent to. Experience level – you can choose between Standard or Advanced level of experience – this is how you …

Continue reading

How to use different PHP versions for your websites?

In case that some of your applications require PHP 4 and others need PHP 5, here is an easy solution for you: Let’s say that your account is set to use PHP 4 and one of your sites runs only on PHP 5. To set the PHP 5 environment for a specific domain, go to …

Continue reading

How the edit your account’s php.ini settings?

There are two different ways to edit the php.ini for your account.   By default, the editing options are set in Basic mode where you can easily switch on and off all important PHP settings. To save your changes you need to use the “Save Changes” button. If an error occurs, you can always restore …

Continue reading

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