Get solutions and answers to your PHP development questions here.
Are you new to web development? Have you heard about PHP and wonder what it's all about? Read this article first, which covers what exactly PHP is and why you would use it.
In this article, we cover permissions for PHP scripts along with other essentials to help you manage your PHP scripts.
You can use the phpinfo() function to view detailed information about the PHP environment, configuration settings, and more. This article covers how to create a test PHP page that uses the phpinfo() function.
How you change the PHP version and settings depends on the type of hosting account that you have. Read this article for everything you need to know.
You can use php.ini files to customize a wide range of PHP settings for your web site. This article covers how to set up your own custom php.ini file.
The directives in php.ini files allow you to control many settings for your web site. This collection of articles covers how to control error logging, specify time zone information, and much more.
If you have a managed VPS or Dedicated Server, you can use .htaccess files to customize a wide range of PHP settings for your website. This article shows you how to set up custom .htaccess files to control PHP settings.
These articles explain how to set various PHP directives in an .htaccess file. For example, you can control error logging, specify time zone information, and more. Please note that these articles only apply to managed VPS or Dedicated Server accounts.
Learn how to run PHP scripts from cron jobs using the PHP command-line interpreter. This method is faster and more efficient than using curl or wget to run a PHP script.
This article covers three methods for sending e-mail messages from a hosting account by using PHP: the mail() function, the PEAR Mail class, and PHPMailer.
There are several ways you can set the include path in PHP. This article covers three methods: using a custom php.ini file, using the set_include_path() function, and using an .htaccess file.
PEAR packages are reusable PHP code libraries that you can use in your own projects. Learn how to install PEAR packages with either cPanel or by submitting a support ticket. This article also covers how to configure the PHP include path so that your PEAR packages can be located.
You can use the function_exists() function to determine if a particular PHP function is available for your web site. This article covers how to create a test PHP page that uses the function_exists() function.
There are several reasons why visitors to your web site might receive "500 Internal Server Error" messages. This article covers two possible causes and how to fix them: incorrect file permissions and .htaccess directives.
When you try to parse XML data in a PHP script file, you may receive a "String could not be parsed as XML" error message. This article describes some possible causes and ways to troubleshoot the problem.
A2 Hosting's shared servers include PHP support for processing Exif (Exchangeable image file format) data. Learn how to use this extension here.
This article discusses some issues that may occur after a PHP upgrade on a shared server, and ways to resolve them.
Depending on how PHP scripts are invoked, they often use different php.ini files to run in different environments. This article demonstrates how to use a custom php.ini file that you can use with cron jobs set up in cPanel.
This article discusses PHP sessions -- what they are, when to use them, and how to implement them. This article covers Php Session start, how to work with PHP session variables, how to end a session, session settings in php.ini, and session security.
Learn about ionCube PHP Loader support and how to use it on the following A2 Hosting servers: shared, reseller, managed VPS, managed Dedicated, Cloud VPS, unmanaged VPS, and unmanaged Dedicated servers.
Learn how to specify the character set when you use the MySQL Improved (mysqli) PHP extension or PDO (PHP Data Objects) to connect to a MySQL database.
When you try to view a page running PHP, you may receive an "Unable to allocate memory for pool" error message. This article describes how to resolve this issue.
Learn how to optimize your Symfony PHP framework code on a managed VPS using APC (Alternative PHP Cache).
The PHP internationalization (intl) extension enables you to display locale-specific information for a wide variety of countries and regions. Learn more in this article, which includes a code sample that demonstrates internationalization usage in PHP.
Learn how to install and configure composer, a PHP dependency manager.
Learn how to determine if the Alternative PHP Cache (APC) is installed on your server. Please note that not all hosting packages support APC.
The MailChimp API (application programming interface) enables you to work with a MailChimp account programmatically. This article demonstrates how to use the API with PHP, including a code sample you can use in your own site.
When you try to view a PHP-enabled page, you may receive an "Allowed memory size of
Learn how to use ionCube Loader with different PHP versions on your account. The ionCube Loader is a PHP extension that decodes and executes encoded PHP script files at run-time.
This article gives you an overview of APC and OPcache and shows you how to enable PHP opcode caching for your hosting account.
Learn to send e-mail via SMTP with PHP and PHPMailer. This article shows you how to install PHPMailer with Composer and Git, and includes code samples to get you started.
Learn how to harden PHP 7 and earlier versions to have better security. This article shows how to configure PHP 7 settings to help improve security.
This article describes how to use .user.ini files to specify custom PHP settings in a specific directory.
We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.