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

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