Статті
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_quotesYou can modify different php settings for your account using a php.ini file. We recommend using...
How to edit php.ini on Shared serversThis 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_globalsYou 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.iniYou can configure PHP setting to use your local time zone by setting the date.timezone directive...
PHP modules and extensions on shared hosting serversPHP is an open-source scripting language that is mainly used to create dynamic web pages. Its...