In this tutorial, I will show you how to submit a form using ajax without page refresh in Codeigniter. We will simple coding of ajax form submit in Codeigniter.
When you click on submit butto ...
In this post, we will learn how to upload images in Codeigniter. all most back-end projects for like user profile images uploads, product image upload, etc.
So in this tutorial, I am going to ...
We require to get last insert record id from database in controller, so in this tutorial we will learn how to get last insert id in Codeigniter 3 project.
It very often needs to get last inse ...
Today we will learn how to display flash alert messages in Codeigniter application.
As we know, flash message(notification, alert) feature is very important because clients can understand the ...
In this article, we will explain to you how to get the current URL in Codeigniter. we can easily get the current Url using the helper URL.
We how to get current URL path in your controller fi ...
Are you wanted to get last executed SQL query in Codeigniter, then i will help to get last query in Codeigniter. we can get last query to using last_query() function in Codeigniter.
It is a v ...