menu

Wednesday 7 August 2013

Create Dynamic Pie Chart in php and mysql

Graphical or visual representation of data is usually a requirement for a software, mostly, business apps. Today I'm going to show you the two and free ways to generate dynamic Pie Charts for your web applications. We say "dynamic" because the data that will be shown in the pie chart were pulled from a database which can be updated frequently. 

You can also create other types of charts such as bar charts, line charts, and many other types of charts, but in this post, we will cover pie charts only which can give you a good idea on how to create dynamic charts.
generate dynamic pie charts code

Monday 5 August 2013

How to block Inappropriate content with javascript validation

Some bad networkers or user write bad words and you have to manually manage these posts then we are making a system where peoples come and give there reviews or accept content from public post . Now with this article you will be able to manage inappropriate words and restrict peoples to write on website.
Its a simple and easy to implement program hope you enjoy it.