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

Create RSS Feed with PHP

In this post we will see how to create RSS feed in PHP with MySQL. RSS feed on website is one the best option of sharing your website content. In content Management System we have option of different plugin for this approach. In PHP we will generate RSS feed for our site. First of all … Read more