How to Create Dynamic Pie Chart in PHP with MySQL Using Google API

Create Dynamic Pie Chart in PHP with MySQL Using Google API

In this tutorial we will discuss how to create dynamic Pie Chart in PHP with MySQL. A graph which is created to display records in the proportion within a circular chart in form of sectors is known as Pie Chart. Each sector is proportion of total and total value of pie is always 100 percent. … Read more

How to Setup MySQL Connection Using PDO in PHP

How to Setup MySQL Connection Using PDO in PHP

In previous article, we have discussed that MySQL is depreciated and their alternative options are MySQLi and PDO(PHP Data Object) . In that you have learned how to set up connection using MySQLi in PHP with procedural and object-oriented approach. In this tutorial you will get how to set up a PHP MySQL connection using … Read more

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