The GD Graphics Library. 

Installing the GD Library.

Windows

Linux.

Checking GD is installed.

Creating Dynamic Images using the GD Library.

Creating an HTML page to display a dynamic image.

Creating the PHP Framework to display a Dynamic Image.

PHP Image Drawing Commands

imagecolorallocate()

imagefill()

imagerectangle()

imagefilledrectangle()

imageline()

imagestring()

imagestringup()

Creating a Custom Include File – calculatePercentage.php.

Creating a Graph to show the Hits per Year

Editing the year.php Page.

Creating the Dynamic Graph page, yearGraph.php.

Adding the required PHP Include Files

Creating the generateData() function.

Creating the generateLabels() function.

Creating the plotYearData() function.

Adding the code to call the functions

Creating a Graph to show the Hits per Month.

Adding the Graph to the month.php Page.

Creating the monthGraph.php Page.

Changes to the graph plotting function, plotMonthData() function.

Changes to the Code that calls the Functions

Summary.