Dynamic Dependent Select Box Using jQuery,Ajax and PHP

Dynamic Dependent Select Box Using jQuery,Ajax and PHP

In this tutorial, we will see how to create a cascaded dropdown list or a dependent dropdown list or dependent Select Box list in PHP using JQuery and AJAX. Dependent dropdown is generally used for country,state and city dropdown where state is related to country and city is related to state.In dependent select box we … 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