Amazing Things About Joomla To Try Right Now

Amazing Things About Joomla To Try Right Now

Joomla is open source Content Management System for publishing web content, written in PHP and uses object-oriented programming (OOP) concept with MySQL database. It enables you to build responsive websites and online applications. As it is open source, so individuals and teams coalesce and contribute their skills for its development. Brief about Content Management System it is a … Read more

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic content loading for web page is simple approach of loading page content by click on navigation menu link without page refresh. One of my blog readers requested me to write this tutorial. So, in this post we will discuss how to load dynamic content using jQuery and AJAX. Page content loads faster without refreshing … Read more

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