This is a straight forward Pie Chart generator written in PHP and GD.
Requirements:
PHP ver. 3.0.x or higher
GD 1.6.x or higher
The script is passed Arguments:
"title" ( The title of the Chart to be generated ),
"slice" ( slice represents a value for that wedge of pie ),
and "itemName" ( itemName is what the slice of the pie is called)
The Pie Chart can be generated on the fly like the one above, by connecting it to a database.
Or you can have an input field like the one below.