PHP

Artikelen

Higher PHP version not available
If you have already followed the following article to increase your PHP version and the desired higher ...

PHP max_input_vars increase
How do I increase the max_input_vars parameter for my website?For security reasons it is recommended ...

Are .php files supported?
Yes this is supported by default on all our servers. There is no additional action required from your ...

What is PHP?
PHP is a scripting language used for many purposes and is the basis for the popular Content managent ...

What is the PHP memory limit on?
The PHP memory limit at MijnHostingPartner is 128 MB If you have any questions about this you can ask ...

User ini files
To fix certain PHP settings in your hosting space you can use a .user.ini file. This is a file that ...

Select PHP version
To select the PHP version at MijnHostingPartner.nl you can easily do this through the customer panel. ...

PHP mailer example - Webshop Pro
In order to use mail in PHP authenticated smtp is required just like outlook. To get this done you need ...

PHP error- Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given
If you get the above or similar error messages with a function of mysql_* then you need to update your ...

PHP error- Fatal error: Call to undefined function xxx
The error Fatal error: Call to undefined function xxx occurs when a function is called while it has ...

PHP error- expects parameter 1 to be resource, boolean given
Resources are a type within PHP this includes for example a string integer or objects. Often this message ...

PHP error- Code will not be executed, code will be shown empty
If within PHP you do not see the execution of your code or you literally see the bare code on your page ...

PHP error- Cannot modify header information - headers already sent
This error occurs when your script tries to send an HTTP header to the client when it already occurs ...

Sending mail with PHP
This article gives an example of how mail can be sent with PHP. This cannot be done with the standard ...

Retrieve all PHP information from your hosting
This article covers a function of PHP itself namely phpinfo();. What you can achieve with this many ...

PHP error- failed to open stream
This error message indicates that a file cannot be opened using the fopen function this is due to permissions ...