Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label Mysqli. Show all posts
Showing posts with label Mysqli. 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

11 July, 2017

Mysql Stored Procedure and Get Procedure Data From PHP

Hi guys, Today we are going to see How to create a stored procedure and get call data from a stored procedure by using PHP. Before going to the topic let see What is stored procedure? and Why we need use stored procedure?. A stored procedure is a group of SQL statements that form a logical unit and perform a particular task, and they are used to encapsulate a set of operations or queries to execute on a database server.


18 October, 2016

Product Brand,Size,Material Checkbox Search Filtering Using PHP And Jquery

Recently I have posted Product Search Filtering Using PHP and MySQLi. It's a basic level of product search filter, Later I got a so many request tutorials, a message regarding Product, Brand, Size checkbox Ajax search like amazon, Flipkart search filter. Here I have created similar like sort, search filter. Let see deep discussions on this tutorial.

Product Brand,Size,Material Checkbox Search Filtering Using PHP And Jquery

08 June, 2016

Allowing File to Download Only for Subscribed Members Using PHP

Recently i have implemented subscribe to download for facebook login download file. After that I got many request tutorials related with topic script. In this article i have explain about how to allowing file to download only for subscribed members using php and ajax. Follow and implement this logic to your website you will get more subscribe users. If your using google feed burner subscription you have to upload manually website subscriber email list to the database.  

Allowing File to Download Only for Subscribed Members Using PHP

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


08 December, 2015

Fetch Random rows records from Database Using Mysqli and PHP

In this tutorial, you will learn various techniques to how to Fetch Random rows records from Database. Using this code you can display random gallery profile, Online examination random questions, multiple choice quiz system. I used following simple query for retrieving random records from database table.

Fetch Random rows records from Database Using Mysqli and PHP

02 November, 2015

New User Registration With Email Verification Using PHP and Mysqli

In this tutorial, we are going to see how to implement New user registration with email verification script. if you're using register form in a website, you need to use email verification because it will reduce spam register user and make sure you will get a correct registered user on your website.

New User Registration With Email Verification Using PHP and Mysqli

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


18 August, 2015

Convert PHP data to JSON API url

Today I have discussed Convert PHP result array to JSON API URL. JSON is a lightweight data-interchange format. The current trend to develop the app and web app server side exchanging data between their servers  XML or JSON format. JSON is the easiest way to translate a JavaScript object into a PHP associative array.

Convert PHP data to JSON API url

23 July, 2015

Forget password recovery using Ajax, php and mysqli

In this tutorial, we are going to discuss How to recover the registered users forget password recovery using PHP and MySQL. Here I have shared simple hash email recovery function. Let's see deep discussion. 

Forget password recovery using Ajax, php and mysqli

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

17 February, 2015

Sql Basic functions

Today i want to share basic functions of sql. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. For getting database data we use many type sql functions is there follow this tutorials learn more about sql. 

SQL basic functions

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

12 August, 2014

First and Last Record in Mysql

Sometime we required last insert value just assign order wise your fetching query. below i write some useful way fetching database records.

Sql query

03 June, 2014

How to Make a Simple Search Engine using PHP and MySQLi

In this tutorial, I have created small search engine by using PHP and MySQLi. this search engine searches to user date into the database. similar like google search engine. it will check matched keywords to the table title,description,website URL. Recently i have create updated search engine tutorial.

How to Make a Simple Search Engine using PHP and MySQLi

18 March, 2014

Facebook style login system using Mysqli and CSS

Facebook style login system. Facebook provide login username accepted by 3(username,email,phone number) types, its very simple concept, just we written sql query to check whether that data is there or not to the database.

Facebook style login system using Mysqli and CSS

04 March, 2014

Multiple image upload concept using php & mysql

In this tutorial, We are going to see How to upload multiple images using PHP and MySQL. Sometimes we need to allow user upload multiple images in the database. Once the user has uploaded multiple images we must need to provide image edit, delete option. Previously  I have used to stored all the images name in single table column for using implode() and explode() function. Later I'm facing issues on to delete or modified particular uploaded images.  

multiple image upload using php and mysql

05 September, 2013

Newsletter subscription in php

This post I explain about news letter subscription. This code related on  feed burner concept, Once user register they mail id in server when admin posted on any message. its send superscribe user.  

20 August, 2013

Simple comments form using in php

This concept based on post comments to display on below page. its like feedback comments form method. users visit our website to give the feedback or comments to directly show on other users coding using on php and mysqli just post the comments to store in database to fetch on directly.

15 August, 2013

How to create Dynamic Menu using php and mysqli

This post concept on how to Make dynamic CSS menu or Auto generate menu. its nothing but normally make CSS menu concept just fetch menu name to the database using php and mysqli query. this concept most using on most of the admin panel websites and WordPress websites .