Codeigniter Form Submit using Ajax Request Example
In this tutorial, i will show you how submit form using jquery ajax without page refresh in codeigniter 3. i will write simple example of submit form using jquery ajax in codeigniter 3 website. When .....
How to Find Nearest Location using Latitude and Longitude in Laravel?
Here, I will show you laravel find nearest location by lat and long. you will learn find closest location with longitude and latitude laravel. step by step explain how to find near location using lati.....
Laravel Redirect Back with Input and Error Messages Example
Sometime, we need to redirect back to form page with input values and error messages in laravel 5 application. So if you have same require to back with validation error message or redirect back with i.....
Datatable Remove Sorting from Specific Column Example
If you want to remove sorting arrows or disable sorting on specific columns in datatables library than you can do it using columnDefs. we can simple disable ordering arrows from table in data tables j.....
Codeigniter Get Last Executed Query Log Example
In this post, i would like to show you how to get last executed query in php codeigniter 3 website using last_query() function. you can print last executed sql query like select query, create query, u.....
Laravel 5.7 - New Notification System Tutorial for Beginner
Laravel 5 added new feature as notification system with mail, database, sms, markdown, broadcast, slack etc. in this tutorial i will show you simple example demo of email notification system in larave.....
Laravel Relationship Where Condition Example
Laravel 5 provide great feature as model relationship. but if you need to use where clause on your relation model then how you can do it?, You can make where condition using whereHas function. it does.....
Codeigniter Stripe Payment Gateway Integration Example
If you want to add credit card payment gateway in your php codeigniter 3 app, then i will suggest you to use stripe payment gateway in your codeigniter website. In this this tutorial i will explain ho.....
How to Change Date Format in Codeigniter?
I would like to show you how to convert date format in php codeigniter 3 framework. we will change date format yyyy-mm-dd (Y-m-d) to dd-mm-yyyy (d-m-Y) with example. we almost need to display date on.....
Laravel Comment System Tutorial Example
A Comment system is a primary requirement for blog website or any tutorial website. in this post i want to share with you how to create comments system in laravel 5, laravel 6, laravel 7, laravel 8, l.....