Laravel Ajax Request with Validation Example
In this example, I am going to show you how to make validation using jquery ajax in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 application. It would be always g.....
How to Get Current Controller or Method Name in Codeigniter?
In this post, i am going to share with you how to fetch current controller or method name in codeigniter application. We may sometime need to get controller name for logic at that time we require to .....
JQuery Prevent Submit Form on Enter Key Except Textarea Example
In this post, i will show you how to prevent form submitting on enter key with except textarea using javascript code. You can simply do this on your php, laravel, codeigniter, asp.ent etc project. In.....
PHP MySQL Image Gallery CRUD Example
Today we will learn how to create simple image gallery crud using bootstrap, mysql database, fancy box and PHP. We will create example from scratch so it will be easy to get full script example. Some.....
Laravel Model Disable created_at and updated_at Update Record
As we know, we create new record in table using model then created_at and updated_at column value automatic set current timestamps. But sometime you require to prevent set timestamp of created_at and .....
Codeigniter Dynamic Dependent Dropdown using Ajax Example
In this post, we will learn how to populate dynamic dependent drop down select box using jquery ajax in our codeigniter application. We may sometimes require to make dependent dropdown from database .....
Bootstrap Multiselect Dropdown in Popup Example
In this example, i will share with you example of multiselect listbox in popup using popupMultiSelect.js plugin. popupMultiSelect plugin you can simply use in your php, laravel, codeigniter, angularjs.....
Codeigniter JQuery Ajax Image Upload Example
In this tutorial, I am going to explain how to upload image or file with jquery ajax using jquery form js in codeigniter application. As we know we always require to create function for image or file.....
Paytm payment gateway integration example in Laravel 5
In this tutorial, I am going to share with you How to integrate paytm payment gateway in laravel 5.4 application. As we know today market, all the things digital and as specially for india. India bec.....
Laravel 5 - How to create API Authentication using Passport ?
In this tutorial, We will lean how to build basic web services authentication in Laravel 5 application. In today, API as also know as Web services. Web services very important when you are create web.....
PHP JQuery Ajax Image Upload Example Tutorial
Today i am going to share with you how to make simple jquery ajax image upload with bootstrap example in PHP project. We generally require to make image upload function on our web application project.....
How to Create Custom Scrollbar using JQuery?
In this post, we will learn how to make custom scrollbar will better layout using jquery.mcustomscrollbar plugin. We always want to make best layout of scrollbar instead of default browser layout. def.....