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 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.
PHPHow to Update PHP for WordPress
WordPress is built on the PHP coding language. Running the latest PHP version will ensure that your website runs faster and will stay more secure. Learn how here.
F WordPressWordPressScripting: 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 LanguagePHPIntroduction to PHP
PHP (Hypertext PreProcessor) is a popular coding language used when working with a database or dynamically generating website content. Files that are written in php code end with the ".php" file extension (example: file-name.php).
CGI Scripted LanguageScripting: 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 LanguagePHPHow to Update Your PHP Version - Video
This video demonstrates how to update your PHP version and why it is essential to do so. The PHP coding language is continuously being updated and improved.
TechnicalCGI Scripted LanguageScripting: 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.
PHP