Scripting: Introduction to PHP
PHP (Hypertext PreProcessor) is a popular coding language that is powerful enough to work with a database and dynamically generate website content. WordPress is the most popular website builder that uses PHP. Files that are written in php code end with the ".php" file extension (example: file-name.php).
CGI Scripted LanguagePHPScripting: How to Increase PHP Memory Limits
The PHP memory limit helps to control the amount of resources your website uses. You may need to increase the memory limit in order to utilize certain themes, plugins, and features available to PHP-based website builders (such as WordPress).
CGI Scripted LanguagePHPScripting: How to Increase PHP Upload Size Limits
Some PHP based website builders, such as WordPress, may require you to increase your PHP upload limit in order to install a particular theme, plugin, or feature. Modifying the set limits are as simple as editing the php.ini file and the .htaccess file.
CGI Scripted LanguagePHPScripting: How to Disable PHP Functions
The PHP coding language has a vast amount of core functions that allow it to support powerful website builders like WordPress. However, some of these core functions are also at risk of becoming back-doors through which hackers can gain access to your website. While it is incredibly difficult for hackers to abuse these core functions, it is still a good idea to disable any functions that are not necessary for the operation of your website.
CGI Scripted LanguagePHPPHP Upgrade FAQ
This is designed to be a Frequently Asked Questions article for the PHP upgrades on our hosting plans.
PHPScripting: How to Designate the PHP Session Save Path
The PHP Session Save Path is the directory path that your PHP driven websites (such as those built using WordPress) store their temporary information whenever a visitor uses the site. Having the correct Session Save Path is vital for allowing various functions and features to work on your website, such as customer logins or shopping carts.
CGI Scripted LanguagePHPScripting: How to Update Your PHP Version
You can switch which the PHP version you are using at any time. Shared hosting accounts are limited to the PHP versions made available on the shared hosting platform.
PHPScripting: How To Install IonCube for PHP 7.0 - 7.4
This article demonstrates how you can install IonCube for PHP versions 7.0 - 7.4.
CGI Scripted LanguagePHPScripting: How To Install Zend Guard Loader And IonCube
These programs are sometimes required in order for some third party PHP website builders to work. Follow the steps to have Zend Guard Loader and IonCube installed.
CGI Scripted LanguagePHPUsing CGI
This article explains what CGI is, shows how to reach some common scripting tools, warns about some script restrictions, and guides through most common troubleshooting issues.
CGI Scripted LanguagePerl