CodeIgniter is based on MVC Pattern in which Our project is divide into three folders Model, View, and Controller. In the Model folder, we ke...
.htaccess file is used for url related work, such as remove any special character from url and url redirection etc. In Plesk Server .htaccess...
Form Validation is very important in a website to get rid of spam enquires or viruses. Spammers try to execute the malicious scripts via form...
In this blog, we will learn CRUD operation using CodeIgniter. In CodeIgniter to use crud operation, we have to place our code according to th...
CodeIgniter Hooks acts like middleware, Sometimes there is a need to restrict some pages to access without login or without admin permission ...
CSV upload is useful when we want to upload bulk data in seconds, we insert our data via form one by one it takes a lot of time to insert dat...
Nowadays there is a common problem in website form is spam enquiries. Bots fill up the spam enquiries in our website via the form to get rid ...
In this blog, we will learn about pagination in CodeIgniter. Pagination is used when you don’t want to load your all data at once, ...
In this blog we will learn how to upload the Codeigniter framework website on Cpanel with MySQL database, this is an important topic mostly d...
In this blog we will learn how to use Google login on website, many websites uses google login, google login is best for user experience, som...
In this blog, we will learn the solution to the .htaccess file problem on the Plesk server. On the Plesk server when we upload our Codeignite...
In this blog, we will learn the difference between CodeIgniter and laravel framework. These two frameworks are very popular Codeigniter is a ...
