ajax form submit in codeigniter

Ajax form submit in codeigniter

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 ...

How to Upload Image and File in CodeIgniter With Example?

How to Upload Image and File in CodeIgniter With Example?

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 ...

How to get last inserted id in Codeigniter?

How to get last inserted id in Codeigniter?

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 ...

how to show success message in Codeigniter?

How to show success message in Codeigniter?

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 ...

how to get current URL in Codeigniter?

How to get current URL in Codeigniter?

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 ...

How to get last query in PHP Codeigniter?

How to get last query in PHP Codeigniter?

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 ...

close