How to export/import emails in cPanel webmail? Date: 22-11-2019 Hello!! do you want to know how to export your emails from your account and import the same in cPanel webmail? Let us see the step by step process in detail Step 1: Let us assume, we have a mail account… Continue Reading HOW TO EXPORT/IMPORT EMAILS IN CPANEL WEBMAIL

How to install Python from source code Here, let us see how to install any python version from source code. Step 1: First, in order to get your python source file, go to the link, https://www.python.org/ftp/python/ and select the python version which you want to get installed. For example, if… Continue Reading How to install Python from source code

How to Upgrade PrestaShop – Using a 1-click upgrade module Date posted: 18/11/2019 In extreme worst cases, the manual upgrade process is too tedious, there is an alternative – a free module 1-click update. As a result, it will automatically execute the course of actions with backup and rollback options… Continue Reading How to Upgrade PrestaShop – Using a 1-click upgrade module

SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY Date : 15/11/2019 SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY Introduction We can use “border-collapse” and “border-spacing” properties to leave space between rows. border-collapse => Used to specify whether the border of the table is collapse or not. border-spacing”… Continue Reading SPACE BETWEEN ROWS IN A TABLE USING CSS PROPERTY

How to debug in Codeigniter Date : 09/11/2019 Introduction We can use functions like echo, print_r(), var_dump() or log_message() to print values both in log files and also in browser. Other than log_message() other print methods will not print values in log_message. echo – used to simply display the content.… Continue Reading How to debug in Codeigniter

Multisite setup: “Warning: An existing WordPress network was detected.” Date : 05/11/2019 Introduction Therefore, while converting a WordPress single install to multisite, the following error will be displayed at the Network Setup admin page. Rules in wp-config.php file Therefore PHP constant definition is appended above  /* That’s all, stop editing! Happy blogging. */… Continue Reading Multisite setup: “Warning: An existing WordPress network was detected.”