Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label ajax. Show all posts
Showing posts with label ajax. Show all posts

28 March, 2020

Product Ajax Search Filter with Infinite Scroll more Using PHP and Mysqli

Recently I have posted Product Brand, Size, Material Checkbox Search Filtering Using PHP And Jquery. This search filter script doesn't have any pagination. Now i have created search filter with pagination. In this tutorial, we will discuss Product Ajax Search Filter with Infinite Scroll more Using PHP and MySQL. Load more it's user-friendly without refreshing the page user can get the filter products.

Product Ajax Search Filter with Infinite Scroll more Using PHP and Mysqli

17 April, 2017

Ajax add, edit, delete records in database using bootstrap modal with php and jquery

Today we are going to see How to Ajax add, edit, delete records in the database using bootstrap modal with PHP and jquery. In this tutorial, I will explain about how to add and edit with single bootstrap form. For using this Script you can easily add and edit the user's information. Here I have used some jquery script for display dynamic record to the form. Let's see deep in the tutorial.


07 July, 2016

Codeigniter ajax check email availability using jquery

Codeigniter ajax check unique email availability using jquery it's very simple script. For checking the unique email id or username CodeIgniter have default validation function. it will check ajax controller response whether that email id exists or not to the particular table column. let see the code for that.


28 June, 2016

Codeigniter Ajax Registration Form with Validation

In this tutorials, I have explained about how to create a simple ajax registration form with server-side validation. To validating the form I have used Codeigniter Form validation library. The validation library you can easily set custom rule, success, error messages.

Codeigniter Ajax Registration Form with Validation


20 June, 2016

Codeigniter Ajax Call Request Controller Function

CodeIgniter Ajax Call Request Controller Function is very simple tutorial, I am assuming that you already know how to use Ajax and call functions. In this article you'll learn how to use Ajax calls within your CodeIgniter controller functions. Here i have used jquery function to post and get the data response from the controller.

Codeigniter Ajax Call Request Controller Function

31 May, 2016

Codeigniter Pagination Infinite Scroll Using Ajax and Jquery

In this instructional exercise, I have clarified about Codeigniter Pagination Infinite Scroll Using Ajax and Jquery. The greater part of the well-known site resembles Flipkart ,Facebook,Google+ actualizing this sort of arrangements, Because interminable parchment stack date makes your site extremely easy to understand and To show more substance to the client without exploring to another page.

Codeigniter Pagination Infinite Scroll Using Ajax and Jquery

18 May, 2016

Create Your Own Search Engine using PHP, MySQLi and Ajax

In this post we are going to create our own search engine or search functionality using with PHP, MySQLi and Ajax. This is the updated post of  How To Make A Simple Search Engine Using PHP And MySQLi which i have posted in past. I received lot of positive response feedback for this topic. here I have tried to make search engine like Google.

Basic keyword search like google using php,ajax and mysqli


30 November, 2015

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

Load More Data Dynamically on Page Scroll. Generally, we use pagination for fetch large database records. But it's boring for website visitors. So my suggestion to use page scroll load more data jquery concept. Most of the website following like facebook, twitter this kind of code. 

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

08 September, 2015

Remove row from table with fadeOut effect using jquery and php

In this post i have explain about How to Remove row from table with fadeOut effect using jquery and php. Here i have used ajax to delete the database record. It will work without refresh page and row table data delete with fadeOut effect.

Remove row from table with fadeOut effect using jquery and php

25 August, 2015

Product Search Filtering Using PHP and Ajax

In this tutorial, we will see how to create search filter in PHP. Here I have created an E-commerce website product search filters like Flipkart and Amazon search filter functionality using PHP,MySQLi and ajax. The output result will get without refresh the page. Follow this simple code create eCommerce site search filter.

Product search filtering using php and ajax


20 May, 2015

Ajax login system in codeigniter

In this tutorial, we are going to learn about how to create ajax login and set the user information to the session using CodeIgniter.Here I have used HMVC my model third-party libraries. For quick view have a look at the live demo.

Ajax login system in php codeigniter

02 March, 2015

Ajax add,view and delete using mysqli

Today i have posted ajax add,view and delete using mysqli. Here i am using php and mysqli to Html form attribute data post database without page refresh. Ajax to convert data in to asynchronous to post and get data response without refresh whole page in website. not only add and delete nowadays everyone using ajax because it's make better user interface in website.

Ajax add view and delete using mysqli

09 February, 2015

Active and inactive users concept using php and Ajax

Today I have posted Active and inactive users script. This concept mostly using E-commerce website administrator access to check product available or not, delivery status, the user can block and activate like that similar concept related to this concept.

Active and inactive

04 February, 2015

Auto suggest username like gmail using php with ajax

While registration time user registering their username in the username column, that time the same user name already exist in the database, for that we are creating auto generation of  username like gmail and all. like that we are suggesting some username for users. Take a look at live demo.

Auto suggest username like gmail using php with ajax

27 January, 2015

Ajax PHP Login Page with Bootstrap Design

Ajax PHP Login Page with boostrap design concept. Ajax code with out page refresh or submit only its checking database post value. Here i am using bootstrap for design form template. follow below code and have look to live demo.