PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS DATE POSTED: 11/04/2019 Introduction Moreover, In this article, helps you in eradicating the error {BLOWFISH_SECRET AND TEMPDIR } after every installation of phpmyadmin. Step by step guidelines to eradicate the issue: BLOWFISH_SECRET ERROR: After login into phpMyAdmin panel you get this error… Continue Reading PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS

Create Dynamic Bootstrap Rows & Columns in PHP based on arrays DATE POSTED: 10/04/2019 In this post we will explain how to create dynamic bootstrap rows and columns in PHP based on arrays. Please use the following steps and create the dynamic bootstrap rows and columns. STEPS In this post… Continue Reading Create Dynamic Bootstrap Rows & Columns in PHP based on arrays

dpkg: error processing package javascript-common Date posted : 05/04/2019 When we installed VestaCP on a Ubuntu 18.04 system, we ran into this below error. In order to resolve this error, we need to clean up this package. We need to use purge option to delete the files completely. That solves… Continue Reading dpkg: error processing package javascript-common

CodeIgniter Queries DATE POSTED: 03/04/2019 In this post we will explain basic CodeIgniter Queries. What is CodeIgniter? CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. Today we are going to discuss about… Continue Reading CodeIgniter Queries

Git Error: Permission denied (publickey) Date posted: 04/04/2019 Introduction Usually this kind of error will occur for different kind of issues. One of the cause is if remote machine doesn’t match with local machine’s public key or doesn’t have public key. It is solvable. Prerequisites If you generate key without… Continue Reading Git Error: Permission denied (publickey)

UPLOAD FILE Using CODEIGNITER FRAMEWORK Date posted :03/04/2019 Most importantly, in this tutorial we are going to upload the file using PHP- codeigniter framework. It has upload library for upload the file. pre-requesties 1)However create a uploads directory at the project root to store files. 2)After that, we need to… Continue Reading UPLOAD FILE USING CODEIGNITER FRAMEWORK