Load More Data Onclick Using Jquery in PHP with AJAX

Now a days Facebook, Youtube and Twitter are using load more data techniques. This provide the features of loading data dynamically using AJAX instead of giving pagination links. This is very useful techniques because load data without reloading a webpage. Basically AJAX and Jquery are responsible for this dynamic loading of Data. In this article … Read more

Simple Pagination System in PHP

Pagination is required in web project commonly. Whenever we get a huge amount of data access from database to display then we can’t show it on single page. Loading a huge data on single page slow down a webpage and typical for a user to see all content of webpage by scrolling. This causes a … Read more

how to select mysql column with comma separated value in php

select mysql column with comma separated value One day i faced a problem for matching a single value holds in variable from a database column which holds comma separated values for search box and feel typical and lenghty attempts.I found its solution in very easy step.I am sharing its solution with all of you.Simple query … Read more