Articles

 How to - PHP Loaders

What are PHP Loaders and what is their role?As you may know, PHP files are plain text files that...

 How to disable magic_quotes

You can modify different php settings for your account using a php.ini file. We recommend using...

 How to edit php.ini on Shared servers

This guide describes how to edit the php.ini file on shared servers. 1. Log into your...

 How to enable exec()

You can modify different php settings for your account using a php.ini file. We recommend using...

 How to enable register_globals

You can turn on register_globals in your php.ini file. To do this, please create a php.ini file...

 How to set PHP timezone in php.ini

You can configure PHP setting to use your local time zone by setting the date.timezone directive...

 PHP modules and extensions on shared hosting servers

PHP is an open-source scripting language that is mainly used to create dynamic web pages. Its...