Tag: basic concept
Create Custom 404 Page not found in CodeIgniter
A custom 404 error page displayed on your screen when a page not found error occurs....
Convert HTML to PDF in CodeIgniter using Dompdf
PDF is the most utilized arrangement to make the archive in the web application....
Import CSV Data into Mysql in Codeigniter
Bulk Data Import using CSV feature is very useful features for web application Development.This...
CodeIgniter Strong Password Validation
When You are going to create a Registration Form then You should make sure that...
Username availability check using Codeigniter and AJAX
In this tutorial, You will learn "Check username availability using Codeigniter...
How to Insert Data Using jQuery Ajax in Codeigniter
From this article, you will learn in a very simple way that to Insert Data Using...
Difference between CodeIgniter vs Laravel
A popular open-source PHP framework that is used widely is Laravel. Web applications...
Codeigniter Tutorial PDF
CodeIgniter is one of the most popular and powerful web application development...
CodeIgniter URL Routing
URLs in CodeIgniter are all made to be short and search engine friendly. It should...
How to Send Email using CodeIgniter
Sending email in CodeIgniter is much easier and you may set preferences in accordance...
How to Set Session in Codeigniter With Example
Keep track of the user details and what is the state of the user is completely done...
CodeIgniter Form Validation with Example
User interaction with the application is majorly done via Forms, which is then submitted...
How to use pagination in codeigniter
Pagination in Codeigniter with Step by Step Example Pagination basically implies...
How to Remove index.php in Codeigniter
In CodeIgniter, URLs are designed to be search engine and human friendly By default....