Articles

A Quick Guide to PHP IntroductionWhat Is PHP?PHP (Hypertext Preprocessor) is a versatile scripting language that gives... Best Practices When Coding in PHP IntroductionPHP is still one of the most popular server-side scripting languages and is supported... Cache MySQL Data with Redis and PHP on Ubuntu 20.04 IntroductionRedis (Remote Dictionary Server) is a fast open-source in-memory key-value database... Cache MySQL Data with the PHP Memcached Library IntroductionMemcached is a distributed memory caching system that you can use to speed up your... Configure OpenCart with Facebook Business Extension on FreeBSD 12 IntroductionThis tutorial shows how to perform the end-to-end installation of Opencart 3.0.3 with... Create Dynamic Hierarchical Lists with PHP and MySQL on Ubuntu 20.04 IntroductionA nested category is a hierarchical list that can support sub-categories up to the... Create a Central PHP Data Validator Class IntroductionIt's essential to validate untrusted user data before processing when you're working... Create a Centralized PHP Data Object Class for MySQL IntroductionPHP Data Object (PDO) is a database abstraction layer that unifies access to... Create a Hit Counter with Redis Hash Map and PHP on Ubuntu 20.04 IntroductionA Redis hash map is a data type that stores key-pair values as an associative array.... Create a JSON REST API with PHP and MySQL On Ubuntu 20.04 IntroductionAn application programming interface (API) is a middleware that allows two... Deploy a PHP Application Using Docker-compose PHP applications are usually composed by a webserver, a relational database system and the... Format MySQL Data as JSON using PHP on Ubuntu 20.04 IntroductionJSON (JavaScript Object Notation) is a light-weight data interchange format used to... How To Install PHP 8 on Debian 11 IntroductionPHP is a popular server-side scripting language. This guide explains how to install... How to Create a RESTful API with Python and FastAPI IntroductionFastAPI is a Python web framework for building APIs & web applications. It... How to Implement an Event Processing Model with Go, Redis, and MySQL 8 IntroductionAn event in computer programming represents a change of state. Common examples... How to Increase PHP Limits - Upload File Size, Post Size, Memory Limit, Max Execution, and Input time By default, PHP has a limit set to 50 MB (megabytes) for uploading through PHP scripts on our... How to Install Apache, MariaDB, and PHP (LAMP) on Rocky Linux LAMP stack is a collection of open-source software installed together to enable a server to host... How to Install Apache, MySQL, and PHP (LAMP) Stack on Debian 11 LAMP is a popular open-source web development stack consisting of Linux, Apache, MySQL or... How to Install Cachet on Debian 10 Cachet is an open-source status page system written in PHP. Cachet source code is hosted on... How to Install Laravel 7 on Ubuntu 20.04 with Nginx and MariaDB IntroductionLaravel is a framework for PHP to create web applications. This guide describes how... How to Install Linux, Apache, MySQL, and PHP (LAMP Stack) on CentOS 7 A LAMP stack is a collection of open-source software bundled and installed to enable a server to... How to Install Linux, Apache, MySQL, and PHP (LAMP Stack) on CentOS 8 LAMP stack is a group of open-source software bundled and installed together to enable a server... How to Install Nginx, MariaDB & PHP (LEMP) on Debian 10 OverviewThe LEMP stack consists of Linux, Nginx, MySQL, and PHP. It is similar to the LAMP stack,... How to Install Nginx, MariaDB & PHP (LEMP) on Debian 11 The LEMP stack (Linux, Nginx, MySQL/MariaDB, and PHP) is a free,... How to Install OroCRM on CentOS OroCRM is a free and open source Customer Relationship Manager (CRM) application built on... How to Install PHP 7.3 on an Arch Linux Webserver Prerequisites A Rcs server running up to date Arch Linux (see this article.) A running... How to Install Snipe-IT on CentOS 7 IntroductionSnipe-IT is a free and open-source project designed to handle IT asset management. It... How to Install Vanilla Forum on FreeBSD 12 Vanilla is a simple discussion forum written in PHP. Vanilla source code is publicly hosted on... How to Install X-Cart 5 on CentOS 8 X-Cart is an extremely flexible open-source eCommerce platform with tons of features and... How to Install X-Cart 5 on Debian 10 X-Cart is an extremely flexible open-source eCommerce platform with tons of features and... How to Install X-Cart 5 on Fedora 31 X-Cart is an extremely flexible open-source eCommerce platform with tons of features and... How to Install X-Cart 5 on FreeBSD 12 X-Cart is an extremely flexible open-source eCommerce platform with tons of features and... How to Install X-Cart 5 on Ubuntu 18.04 LTS X-Cart is an extremely flexible open-source eCommerce platform with tons of features and... How to Install Zikula on CentOS ##Introduction Zikula is an open source web application framework written in PHP. You can design... How to Install and Configure PHP 7.2 on Ubuntu 18.04 PHP and related packages are the most commonly used components when... How to Install and Configure PHP 7.2 on Ubuntu 18.04 PHP and related packages are the most commonly used components when deploying a web server. In... How to Install the Latest Version of SQLite3 IntroductionSQLite is the most widely used database engine globally, and there are client... How to Manage Node Applications with PM2 IntroductionNode.js is a server-side JavaScript environment that can be used to create... How to Manage PHP Session Data With Redis On Ubuntu 20.04 IntroductionWhen users interact with your web application, their current state is referred to as... How to Securely Connect to Redis with TLS/SSL in Go, NodeJS, PHP, Python, and redis-cli .article--sm, .article--sm .alert { font-size: 15px; line-height: 24px;... How to Securely Connect to Redis with TLS/SSL in Go, NodeJS, PHP, Python, and redis-cli Introduction RCS's Managed Redis Database requires TLS/SSL... How to Set Up Composer The information about Composer below is provided by RCS as a courtesy. Please keep in... How to Setup ionCube Loader on CentOS ionCube Loader is a PHP extension that allows a web-server to execute PHP files that have been... How to Use Object Storage with PHP IntroductionUsing Rcs Object Storage can give flexibility and cloud storage that allows... How to Use RCS Object Storage in Laravel Introduction Laravel has a powerful file storage abstraction to... How to Use Rcs Object Storage with PHP IntroductionUsing Rcs Object Storage can give flexibility and cloud storage that allows... Implement Redis Queue and Worker with PHP on Ubuntu 20.04 IntroductionRedis queue is a library that you can use to create and process a linear collection... Implement Role-Based Access Control with PHP and MySQL on Ubuntu 20.04 Server IntroductionWhen designing an internal application, you must provide a form of access control... Install Dotclear CMS on Ubuntu 20.04 IntroductionDotclear is an open-source web publishing platform for LAMP. This guide explains how... Install Fork CMS on Ubuntu 20.04 LTS Fork CMS is a free open source content management system (CMS) written in PHP and uses Symphony... Install Subrion CMS with LAMP Stack On Ubuntu 20.04 IntroductionSubrion is an open-source Content Management System (CMS) with a powerful modern... Install a LEMP Stack on Ubuntu 20.04 LTS IntroductionLEMP (Linux, Nginx, MySQL, PHP) is a variation of the LAMP stack (Linux, Apache,... Installing, Configuring, and Securing PHP 8.1 on Ubuntu 20.04 IntroductionPHP is one of the most popular web languages. Common uses include server-side... Installing, Configuring, and Securing PHP 8.1 on Ubuntu 20.04 IntroductionPHP is one of the most popular web languages. Common uses include server-side... Manage your WordPress website with WP-CLI Introduction WordPress Command Line Interface (WP CLI) is a... Monitoring Laravel Queues with Horizon and RCS Managed Databases for Redis Introduction Horizon is a queue manager for Laravel that gives you... MultiPHP INI Editor RCS cPanel’s MultiPHP INI Editor allows you to make configuration changes to your PHP... PHP Modules We get a lot of PHP questions regarding our shared hosting packages and what modules they... PHP Pear Packages Overview Many PHP PEAR packages are already included with cPanel. Click the PHP PEAR Packages... Protecting the php.ini File From Being Viewed To prevent people to viewing your php.ini file via a browser a few lines need to be pasted into... Save Time with PHP Data Object (PDO) Shortcuts IntroductionPHP Data Object (PDO) is a library that allows you to write portable code for... Scripted LEMP Installation with Rcs API IntroductionLEMP (Linux, Nginx, MySQL, PHP) is a variation of the LAMP stack (Linux, Apache,... Secure Multiple Web Sites with PHP-FPM Pools on CentOS 7 with Apache IntroductionPHP-FPM is a robust FastCGI Process Manager for PHP that has some advanced features... Secure PHP Resource with HTTP Authentication IntroductionHTTP authentication is the process of identifying and verifying users' credentials to... Sort PHP Web Resource API with Custom URL Parameters IntroductionWhen you're designing web applications such as Application Programming Interfaces... The Definitive Guide to Laravel Performance Optimization Laravel is one of the most popular PHP frameworks and has garnered a... Upgrade to PHP 7.1 on RCS One-Click LEMP Stack This guide explains how to upgrade from PHP 5.6 to version 7.1 on the... Upgrade to PHP 7.1 on Vultr One-Click LEMP Stack This guide explains how to upgrade from PHP 5.6 to version 7.1 on the Rcs one-click LEMP stack.... Upgrade to the Latest PHPMyAdmin on Ubuntu 18.04 The PHPMyAdmin that is distributed by Ubuntu repos is incompatible with PHP 7.2+. This causes... Use Custom API Fields with PHP and MySQL on Ubuntu 20.04 IntroductionAllowing end-users to define custom fields when requesting data from your application... Use MySQL Transactions in PHP on Ubuntu 20.04 IntroductionA MySQL transaction is a group of SQL (Structured Query Language) commands that you... Use Redis Pub/Sub with PHP on Ubuntu 20.04 IntroductionRedis Pub/Sub is a computer architecture that allows publishers to send information... Use Redis as a Rate Limiter with PHP on Ubuntu 20.04 IntroductionRate limiting is a method of limiting resource usage in your server. For instance, if... Using MySQL BLOB Data with PHP on Ubuntu 20.04 IntroductionBLOB is an acronym for Binary Large Object. This data-type stores binary information...
Back

Powered by WHMCompleteSolution