How to enable/disable auto-updates in Plesk panel Date: 17-11-2020 Step 1: Log in to the Plesk panel interface. Step 2: Go to Tools & Settings and select Update Settings under the Plesk menu. Step 3: To enable or disable by using the following options. 1. Automatically install Plesk updates2. Automatically install updates… Continue Reading How to enable/disable auto-updates in Plesk panel

Date :28/03/2019 What is codeigniter? Codeigniter is a php framework to develop the application. Therefore, it provides the many libraries for connecting to the database. Codeigniter simple Add, Edit, Delete, View However, we create database and table. Firstly, database name is considered to be as ‘form’. similarly, creating a table… Continue Reading CODEIGNITER: SIMPLE ADD, EDIT, DELETE, VIEW

PHP Script for CRUD Application Date :06/12/2018 What is CRUD? CRUD refers to the four basic types of Database operations: Create, Read, Update, Delete. Most applications and projects perform  CRUD functionality. This is a important script for all PHP beginners. Once you learn about these CRUD operations, you can use them… Continue Reading PHP Script for CRUD Application